class Shoulda::Matchers::ActionController::PermitMatcher::ActionNotDefinedError
@private
Public Instance Methods
Source
# File lib/shoulda/matchers/action_controller/permit_matcher.rb, line 432 def message 'You must specify the controller action using the #for method.' end