Sha256: 0fb2afb1e1d17ba924120a39533cc9a82dcb805fa5cb6938dc9f24f075657ea2

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

module Lena
  class LenaController < ActionController::Base
    def report
      Lena::Engine.config.report_handler.call params
      render text: ""
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lena-0.1.0 app/controllers/lena/lena_controller.rb
lena-0.0.2 app/controllers/lena/lena_controller.rb