rails/init.rb in simple-navigation-1.3.1 vs rails/init.rb in simple-navigation-1.4.0
- old
+ new
@@ -1,4 +1,3 @@
-default_config_file_path = File.join(RAILS_ROOT, 'config', 'navigation.rb')
+default_config_file_path = File.join(RAILS_ROOT, 'config')
SimpleNavigation.config_file_path = default_config_file_path unless SimpleNavigation.config_file_path
-SimpleNavigation.load_config
ActionController::Base.send(:include, SimpleNavigation::ControllerMethods)
\ No newline at end of file