Sha256: 6566b43ce59f9355f98e0152853d732222a2777159a4432204d3200c2112620a
Contents?: true
Size: 271 Bytes
Versions: 2
Compression:
Stored size: 271 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 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foundationstone-0.0.2 | lib/foundationstone/engine.rb |
foundationstone-0.0.1 | lib/foundationstone/engine.rb |