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.6.0 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.5.1 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.5.0 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.4.6 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.4.5 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.4.4 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.4.3 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.4.2 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.4.1 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.4.0 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.3.4 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.3.3 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.3.2 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.3.1 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.3.0 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.2.2 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.2.1 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.2.0 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.1.5 lib/brightcontent/pages/engine.rb
brightcontent-pages-2.1.4 lib/brightcontent/pages/engine.rb