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