Class: DefraRubyEmail::LastNotifyMessageController

Inherits:
ApplicationController show all
Defined in:
app/controllers/defra_ruby_email/last_notify_message_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
9
# File 'app/controllers/defra_ruby_email/last_notify_message_controller.rb', line 5

def show
  LastNotifyMessage.instance.retrieve_last_notify_message

  render json: LastNotifyMessage.instance.last_notify_message_json
end