example/config/application.rb in good_migrations-0.2.0 vs example/config/application.rb in good_migrations-0.2.1
- old
+ new
@@ -6,10 +6,10 @@
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)
module Example
class Application < Rails::Application
- if config.respond_to?("eager_load=")
+ if config.respond_to?(:eager_load=)
config.eager_load = false
end
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.