Exception: Shoulda::Matchers::ActionController::PermitMatcher::ActionNotDefinedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/shoulda/matchers/action_controller/permit_matcher.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



430
431
432
# File 'lib/shoulda/matchers/action_controller/permit_matcher.rb', line 430

def message
  'You must specify the controller action using the #for method.'
end