Closed rsoto1 closed 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
write tests for comments model and controller
rails g controller comments new create edit delete
rails g model comment title author body:text
will be using the paperclip gem