instance method
status_code
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v3.2.22.5 PrivateSignature
status_code(*)
Define this method because some plugins were monkey patching it. Remove this after 3.2 is out with the other deprecations in this class.
Parameters
-
argsrest
Source
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 68
def status_code(*)
end
Defined in actionpack/lib/action_dispatch/middleware/show_exceptions.rb line 68
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ShowExceptions