Skip to content

Commit

Permalink
trying to fix heroku deploy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiode committed Mar 1, 2013
1 parent b8505a7 commit 3b3158f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/nether/engine.rb
Expand Up @@ -6,12 +6,12 @@ class Engine < Rails::Engine
initializer 'nether.helper' do |app|
ActionView::Base.send :include, NetherHelper
end

initializer 'nether.action_controller' do |app|
ActiveSupport.on_load(:action_controller) do
include Nether::NetherController
include NetherController
end
end

end
end
end

0 comments on commit 3b3158f

Please sign in to comment.