Add communities and topics
This commit is contained in:
6
app/models/community.rb
Normal file
6
app/models/community.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Community < ActiveRecord::Base
|
||||
has_one :proposal
|
||||
has_one :investment
|
||||
has_many :topics
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user