feat: CRUD operation for associated articles to current article (#4912)
This commit is contained in:
6
spec/factories/portal_members.rb
Normal file
6
spec/factories/portal_members.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :portal_member do
|
||||
portal
|
||||
user
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user