instance method
debug_exception_response_format=
Ruby on Rails 5.2.8.1
Since v5.2.8.1 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 143
def debug_exception_response_format=(value)
@debug_exception_response_format = value
end
Defined in railties/lib/rails/application/configuration.rb line 143
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::Configuration