Class: Lena::LenaController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/lena/lena_controller.rb

Instance Method Summary collapse

Instance Method Details

#reportObject



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