lib/nether/engine.rb in nether-0.0.2 vs lib/nether/engine.rb in nether-0.0.3
- old
+ new
@@ -1,17 +1,17 @@
-require "nether"
-require "rails"
-
-module Nether
- 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
- end
- end
-
- end
+require "nether"
+require "rails"
+
+module Nether
+ 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
+ end
+ end
+
+ end
end
\ No newline at end of file