Sha256: c89f66962af8937ba47409c96c0727f4bf26aed73609e387bcfa5c490b10cb8a
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
module Mapkick class Engine < ::Rails::Engine initializer "helper" do |app| ActiveSupport.on_load(:action_view) do include Helper end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mapkick-0.0.0 | lib/mapkick/engine.rb |