# frozen_string_literal: true # Since comments cannot exist without a real model we are not including # specific seeds for this engine. # Other engines are free to include comments on their seeds like this: # # n.times do # Decidim::Comments::Comment.create!( # author: author, # commentable: commentable, # root_commentable: commentable, # body: Faker::Lorem.paragraph # ) # end