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