projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/pull/5711'
[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