class Shoulda::Matchers::ActionController::PermitMatcher::VerbNotDefinedError

@private

Public Instance Methods

message() click to toggle source
# File lib/shoulda/matchers/action_controller/permit_matcher.rb, line 437
def message
  'You must specify an HTTP verb when using a non-RESTful action.'\
  ' For example: for(:authorize, verb: :post)'
end