Tagged Questions
4
votes
1answer
362 views
Database table with a single row - bad idea?
I have a "virtual scratchpad" Rails app that has pages (analogous to a piece of scratch paper), and each page has_many :notes (analogous to the notes that you'd write on that paper).
I want to count ...