Sha256: 4077cf8e581cf8b6d90be3e3f2a417d3d64a3965cd6ddd4175a9f82408bdf591

Contents?: true

Size: 169 Bytes

Versions: 1

Compression:

Stored size: 169 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lena-0.0.1 app/controllers/lena/lena_controller.rb