method

allowed_methods_header

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