instance method
debug_exception_response_format=
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v5.2.8.1Signature
debug_exception_response_format=(value)
No documentation comment.
Parameters
-
valuereq
Source
# File railties/lib/rails/application/configuration.rb, line 108
def debug_exception_response_format=(value)
@debug_exception_response_format = value
end
Defined in railties/lib/rails/application/configuration.rb line 108
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::Configuration