Module: FoundersToolkit::Auth::Securable::Validations::ProtectedValidator::HelperMethods

Defined in:
lib/founders_toolkit/auth/securable/validations/protected_validator.rb

Instance Method Summary collapse

Instance Method Details

#validates_protected_attributes(*attr_names) ⇒ Object



41
42
43
# File 'lib/founders_toolkit/auth/securable/validations/protected_validator.rb', line 41

def validates_protected_attributes(*attr_names)
  validates_with ProtectedValidator, _merge_attributes(attr_names)
end