class Shoulda::Matchers::ActionController::PermitMatcher::VerbNotDefinedError
@private
Public Instance Methods
Source
# File lib/shoulda/matchers/action_controller/permit_matcher.rb, line 439 def message 'You must specify an HTTP verb when using a non-RESTful action.'\ ' For example: for(:authorize, verb: :post)' end