]> git.openstreetmap.org Git - rails.git/blob - app/controllers/messages/inboxes_controller.rb
Rename diary_comments_path to user_diary_comments_path
[rails.git] / app / controllers / messages / inboxes_controller.rb
1 module Messages
2   class InboxesController < MailboxesController
3     # Display the list of messages that have been sent to the user.
4     def show
5       @title = t ".title"
6     end
7   end
8 end