class ShowExceptions::ShowExceptionsOverriddenController
Private Instance Methods
show_detailed_exceptions?()
click to toggle source
# File actionpack/test/controller/show_exceptions_test.rb, line 55 def show_detailed_exceptions? params["detailed"] == "1" end