Add communities and topics
This commit is contained in:
4
app/models/topic.rb
Normal file
4
app/models/topic.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Topic < ActiveRecord::Base
|
||||
belongs_to :community
|
||||
belongs_to :author, -> { with_hidden }, class_name: 'User', foreign_key: 'author_id'
|
||||
end
|
||||
Reference in New Issue
Block a user