Flowdock
method

handle_response!

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionController::MethodNotAllowed
handle_response!(response) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/base.rb, line 42
    def handle_response!(response)
      response.headers['Allow'] ||= allowed_methods_header
    end
Register or log in to add new notes.