test/dummy/config/application.rb in opro-0.2.0 vs test/dummy/config/application.rb in opro-0.2.1.pre

- old
+ new

@@ -43,7 +43,9 @@ # Configure the default encoding used in templates for Ruby 1.9. config.encoding = "utf-8" # Configure sensitive parameters which will be filtered from the log file. config.filter_parameters += [:password] + + config.active_record.whitelist_attributes = true end end