Sha256: 536eb57738f319b030d996b974cec163aadfd3ae37337b1f31e6fd603bd30fd0
Contents?: true
Size: 184 Bytes
Versions: 2
Compression:
Stored size: 184 Bytes
Contents
module Chartx class Engine < ::Rails::Engine initializer "helper" do |app| ActiveSupport.on_load(:action_view) do include Helper end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chartx-1.0.0 | lib/chartx/engine.rb |
chartx-0.0.1 | lib/chartx/engine.rb |