Class: Lena::LenaController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Lena::LenaController
- Defined in:
- app/controllers/lena/lena_controller.rb
Instance Method Summary collapse
Instance Method Details
#report ⇒ Object
3 4 5 6 |
# File 'app/controllers/lena/lena_controller.rb', line 3 def report Lena::Engine.config.report_handler.call params render text: "" end |