class ShowExceptions::ShowExceptionsController
Public Instance Methods
another_boom()
click to toggle source
# File actionpack/test/controller/show_exceptions_test.rb, line 18 def another_boom raise "boom!" end
boom()
click to toggle source
# File actionpack/test/controller/show_exceptions_test.rb, line 14 def boom raise "boom!" end
show_detailed_exceptions?()
click to toggle source
# File actionpack/test/controller/show_exceptions_test.rb, line 22 def show_detailed_exceptions? request.local? end