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