Class: Nuntius::MessagesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/nuntius/messages_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



9
10
11
# File 'app/controllers/nuntius/messages_controller.rb', line 9

def show
  @message = Nuntius::Message.find(params[:id])
end