lib/eastwood/engine.rb in eastwood-0.5.0 vs lib/eastwood/engine.rb in eastwood-0.5.1

- old
+ new

@@ -1,8 +1,8 @@ module Eastwood class Engine < ::Rails::Engine - initializer 'eastwood.setup' do |app| + initializer 'eastwood.setup', :group => :all do |app| # include helpers in the sprockets context app.assets.context_class.instance_eval do include Eastwood::Context end end