aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/blog_comment.rb
Commit message (Collapse)AuthorAgeFilesLines
* Why verify presence and uniqueness of an attribute that doesn't exist?Joe Sak2010-08-091-3/+0
| | | | It was causing mysterious test fails, too.
* generate additional fields and specify relationships.Philip Arndt2010-08-091-0/+4
|
* appropriately name the class.Philip Arndt2010-08-091-1/+1
|
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+8
the fact that it is draft or not.