Class: CmsSite

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/cms_site.rb

Instance Method Summary collapse

Instance Method Details

#no_ldapObject



34
35
36
# File 'app/models/cms_site.rb', line 34

def no_ldap
  self.authentication != 'LDAP'
end