photomix/vendor/plugins/authlogic/test/libs/user.rb
2011-04-11 18:07:31 +08:00

5 lines
113 B
Ruby

class User < ActiveRecord::Base
acts_as_authentic
belongs_to :company
has_and_belongs_to_many :projects
end