Module: AuthlogicCrowdRest::ActsAsAuthentic::Config
- Defined in:
- lib/authlogic_crowd_rest/acts_as_authentic.rb
Instance Method Summary collapse
-
#validate_crowd_login(value = nil) ⇒ Object
(also: #validate_crowd_login=)
Whether or not to validate the crowd_login field.
Instance Method Details
#validate_crowd_login(value = nil) ⇒ Object Also known as: validate_crowd_login=
Whether or not to validate the crowd_login field. If set to false ALL crowd validation will need to be handled by you.
-
Default:
true -
Accepts:
Boolean
16 17 18 |
# File 'lib/authlogic_crowd_rest/acts_as_authentic.rb', line 16 def validate_crowd_login(value = nil) rw_config(:validate_crowd_login, value, true) end |