Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / config / environments / development.rb
1 config.cache_classes = false
2 config.whiny_nils = true
3 config.action_controller.consider_all_requests_local = true
4 config.action_controller.perform_caching             = false
5 config.action_view.cache_template_extensions         = false
6 config.action_view.debug_rjs                         = true
7 config.action_mailer.raise_delivery_errors = false