what's the internal server error

This commit is contained in:
Yuki 2015-05-11 15:50:01 +05:30
parent fa1ef1de21
commit d81c11c0e6

View file

@ -21,7 +21,7 @@ Rails.application.configure do
config.action_controller.perform_caching = false
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false
config.action_dispatch.show_exceptions = true
# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false