Methods
A
B
S
Instance Public methods
another_boom()
# File actionpack/test/controller/show_exceptions_test.rb, line 16
def another_boom
  raise 'boom!'
end
boom()
# File actionpack/test/controller/show_exceptions_test.rb, line 12
def boom
  raise 'boom!'
end
show_detailed_exceptions?()
# File actionpack/test/controller/show_exceptions_test.rb, line 20
def show_detailed_exceptions?
  request.local?
end