]> git.openstreetmap.org Git - rails.git/commit
Add the ability for a recipient to (logically) delete a message from
authorTom Hughes <tom@compton.nu>
Thu, 23 Jul 2009 15:22:44 +0000 (15:22 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 23 Jul 2009 15:22:44 +0000 (15:22 +0000)
commitf3bf0c8b14270f67e6ec860e58937f8d3c5887a1
tree1b8f06a57f8a0730f77231896827f6dc4f2e1903
parent0d97737a7dd5e460beb93ef4ac4492b87eb7965e
Add the ability for a recipient to (logically) delete a message from
their INBOX so they no longer see it.
app/controllers/message_controller.rb
app/models/user.rb
app/views/message/_message_summary.html.erb
app/views/message/inbox.html.erb
config/locales/en.yml
config/routes.rb
db/migrate/036_add_visible_to_message.rb [new file with mode: 0644]