module FoundersToolkit::Auth::Securable::Validations::ProtectedValidator::HelperMethods
Public Instance Methods
validates_protected_attributes(*attr_names)
click to toggle source
# 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