vidkun / community

A DPL Hackathon project. A message board for a community to post information relevant to its residents.
0 stars 2 forks source link

Controller/Model for Comments #7

Closed rsoto1 closed 10 years ago

rsoto1 commented 10 years ago

rails g controller comments new create edit delete

rails g model comment title author body:text

will be using the paperclip gem

vidkun commented 10 years ago

write tests for comments model and controller