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

3 lines
71 B
Ruby
Raw Normal View History

2011-04-11 12:07:31 +02:00
class Project < ActiveRecord::Base
has_and_belongs_to_many :users
end