added parties
This commit is contained in:
4
app/models/attendent.rb
Normal file
4
app/models/attendent.rb
Normal file
@ -0,0 +1,4 @@
|
||||
class Attendent < ApplicationRecord
|
||||
belongs_to :parties
|
||||
belongs_to :friends
|
||||
end
|
||||
2
app/models/party.rb
Normal file
2
app/models/party.rb
Normal file
@ -0,0 +1,2 @@
|
||||
class Party < ApplicationRecord
|
||||
end
|
||||
Reference in New Issue
Block a user