Class: DefraRubyEmail::LastNotifyMessageController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- DefraRubyEmail::LastNotifyMessageController
- Defined in:
- app/controllers/defra_ruby_email/last_notify_message_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/defra_ruby_email/last_notify_message_controller.rb', line 5 def show LastNotifyMessage.instance. render json: LastNotifyMessage.instance. end |