From caadadd3b7f2735d95bb02f935346f6044e05049 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 7 Dec 2012 11:45:36 -0800 Subject: ruby 1.9 compatibility --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/environments') diff --git a/config/environments/development.rb b/config/environments/development.rb index c796a73..c4c4c95 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -31,7 +31,7 @@ LeapPublicSite::Application.configure do ## # Print deprecation notices to the Rails logger - #config.active_support.deprecation = :log + config.active_support.deprecation = :log # Raise exception on mass assignment protection for Active Record models #config.active_record.mass_assignment_sanitizer = :strict -- cgit v1.2.3