openstreetmap-website/app/controllers/messages/inboxes_controller.rb
2024-12-29 08:40:39 +03:00

8 lines
189 B
Ruby

module Messages
class InboxesController < MailboxesController
# Display the list of messages that have been sent to the user.
def show
@title = t ".title"
end
end
end