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-2.1.3 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.1.2 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.1.1 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.1.0 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.33 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.31 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.30 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.29 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.28 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.27 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.26 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.25 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.24 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.23 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.22 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.21 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.20 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.19 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.18 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.0.17 lib/brightcontent/pages/engine.rb