class Shoulda::Matchers::ActionController::StrongParametersMatcher::ActionNotDefinedError

@private

Public Instance Methods

message() click to toggle source
# File lib/shoulda/matchers/action_controller/strong_parameters_matcher.rb, line 263
def message
  'You must specify the controller action using the #for method.'
end