socialforge/app/models/invite_list.rb

6 lines
127 B
Ruby
Raw Normal View History

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