method
allowed_methods_header
v2.2.1 -
Show latest stable
- Class:
ActionController::MethodNotAllowed
allowed_methods_header()public
No documentation available.
# File actionpack/lib/action_controller/base.rb, line 38
def allowed_methods_header
allowed_methods.map { |method_symbol| method_symbol.to_s.upcase } * ', '
end