Method: Pechkin::AppError.http_method_not_allowed

Defined in:
lib/pechkin/app/app_error.rb

.http_method_not_allowedObject



22
23
24
# File 'lib/pechkin/app/app_error.rb', line 22

def http_method_not_allowed
  AppError.new(405, 'method not allowed')
end