socialforge/app/models/invite_list.rb

6 lines
123 B
Ruby
Raw Normal View History

2015-05-28 14:44:04 +08:00
class InviteList < ActiveRecord::Base
attr_accessible :project_id, :user_id
belongs_to :user
belongs_to :project
end