Class: CmsSite
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- CmsSite
- Defined in:
- app/models/cms_site.rb
Instance Method Summary collapse
Instance Method Details
#no_ldap ⇒ Object
34 35 36 |
# File 'app/models/cms_site.rb', line 34 def no_ldap self.authentication != 'LDAP' end |