Sha256: fa4160d3f292d9be97ad95c193a5e74e3ebe25dea080ca22b4d3d56f14571f9f
Contents?: true
Size: 218 Bytes
Versions: 5
Compression:
Stored size: 218 Bytes
Contents
class Company < ActiveRecord::Base authenticates_many :employee_sessions authenticates_many :user_sessions, scope_cookies: true has_many :employees, dependent: :destroy has_many :users, dependent: :destroy end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
authlogic-4.2.0 | test/libs/company.rb |
authlogic-4.1.1 | test/libs/company.rb |
authlogic-4.1.0 | test/libs/company.rb |
authlogic-4.0.1 | test/libs/company.rb |
authlogic-4.0.0 | test/libs/company.rb |