Class: ActionView::Template::Error

Inherits:
ActionViewError
  • Object
show all
Defined in:
lib/coaster/rails_ext/action_view/template/error.rb

Instance Method Summary collapse

Instance Method Details

#http_statusInteger

Returns:

  • (Integer)


7
8
9
# File 'lib/coaster/rails_ext/action_view/template/error.rb', line 7

def http_status
  cause.respond_to?(:http_status) ? cause.http_status : super
end