parent
697f891546
commit
7197c33be4
@ -1,5 +1,5 @@
|
|||||||
class InviteList < ActiveRecord::Base
|
class InviteList < ActiveRecord::Base
|
||||||
attr_accessible :project_id, :user_id
|
attr_accessible :project_id, :user_id
|
||||||
belongs_to :user
|
# belongs_to :user
|
||||||
belongs_to :project
|
# belongs_to :project
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue