projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bump rack from 3.1.13 to 3.1.14
[rails.git]
/
app
/
controllers
/
messages
/
outboxes_controller.rb
1
module Messages
2
class OutboxesController < MailboxesController
3
# Display the list of messages that the user has sent to other users.
4
def show
5
@title = t ".title"
6
end
7
end
8
end