photomix/vendor/plugins/authlogic/test/libs/user.rb

5 lines
113 B
Ruby
Raw Normal View History

2011-04-11 12:07:31 +02:00
class User < ActiveRecord::Base
acts_as_authentic
belongs_to :company
has_and_belongs_to_many :projects
end