]> git.openstreetmap.org Git - rails.git/commit
Add support for commenting on, and replying to, diary entries.
authorTom Hughes <tom@compton.nu>
Thu, 17 Jan 2008 23:12:25 +0000 (23:12 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 17 Jan 2008 23:12:25 +0000 (23:12 +0000)
commit8181cb4bf77548088f959562f24be17f8ec053a3
treeddedcea5e3540d39f4889a0520b3d3826842bb0d
parent3eecc3ee5b8f53e691645cfff8f9ffc058300b5e
Add support for commenting on, and replying to, diary entries.
app/controllers/diary_entry_controller.rb
app/models/diary_comment.rb [new file with mode: 0644]
app/models/diary_entry.rb
app/views/diary_entry/_diary_comment.rhtml [new file with mode: 0644]
app/views/diary_entry/_diary_entry.rhtml
app/views/diary_entry/list.rhtml
app/views/diary_entry/view.rhtml [new file with mode: 0644]
config/routes.rb
db/migrate/010_diary_comments.rb [new file with mode: 0644]