Sha256: b1287b174dd6899cfff8b91e5aeb7462a589e09b43b7b09178706fcb80fe364a
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
module Typekit module Rails class Engine < ::Rails::Engine initializer 'typekit.action_controller' do |app| app.config.to_prepare do ActiveSupport.on_load :action_controller do helper Typekit::ViewHelper end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typekit-rails-1.0.0 | lib/typekit/rails/engine.rb |