5 lines
71 B
Ruby
5 lines
71 B
Ruby
|
Fabricator(:topic_embed) do
|
||
|
post
|
||
|
topic {|te| te[:post].topic }
|
||
|
end
|