Sha256: 890a4f995ad3c78081fae854f14de28f76cfb020a57a0dcfc7033b3c9b2a9ae9

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

module Seo
  class Engine < ::Rails::Engine
    isolate_namespace Seo
    initializer 'seo.action_controller' do |app|
      ActiveSupport.on_load :action_controller do
        helper Seo::Engine.helpers
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seo_pages-1.0.0 lib/seo/engine.rb