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