Skip to content

Commit

Permalink
Merge pull request #4 from fabiode/master
Browse files Browse the repository at this point in the history
fix for heroku deploying
  • Loading branch information
maecro committed Mar 27, 2013
2 parents b8505a7 + 3b3158f commit 1394ab3
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| initializer 'nether.helper' do |app|
ActionView::Base.send :include, NetherHelper ActionView::Base.send :include, NetherHelper
end end

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

end end
end end

0 comments on commit 1394ab3

Please sign in to comment.