Sha256: 6ad8b70d777bbddf18c872ed51707bff61c37be48c747232e9a2e7577de36e6b
Contents?: true
Size: 319 Bytes
Versions: 61
Compression:
Stored size: 319 Bytes
Contents
module Brightcontent module Pages class Engine < ::Rails::Engine initializer "Include Page methods" do ActiveSupport.on_load(:action_controller) do include Methods end ActiveSupport.on_load(:action_view) do include Methods end end end end end
Version data entries
61 entries across 61 versions & 2 rubygems
Version | Path |
---|---|
brightcontent-pages-0.0.1 | lib/brightcontent/pages/engine.rb |