Method: FatFreeCRM::Cloudfuji.setup_authentication!

Defined in:
lib/fat_free_crm/cloudfuji.rb

.setup_authentication!Object



71
72
73
74
75
# File 'lib/fat_free_crm/cloudfuji.rb', line 71

def setup_authentication!
  Authlogic::Cas.actor_model = User
  Authlogic::Cas.authentication_model = Authentication
  Authlogic::Cas.setup_authentication
end