Sha256: 1cb14e14d07f214468b4fd5f4e7242b2df3959ec690f00650afdae363f04d6ec

Contents?: true

Size: 322 Bytes

Versions: 2

Compression:

Stored size: 322 Bytes

Contents

require 'rails_i18n'
require 'meta_tags'
require 'route_translator'

module Foundationstone
  class Engine < ::Rails::Engine
    isolate_namespace Foundationstone

    initializer :append_views do
      ActionView::Base.send :include, ApplicationHelper
      ActionView::Base.send :include, ManageHelper
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foundationstone-0.0.4 lib/foundationstone/engine.rb
foundationstone-0.0.3 lib/foundationstone/engine.rb