Fix hound warnings on dev_seeds

This commit is contained in:
decabeza
2019-02-25 15:34:15 +01:00
parent 8066b96fe3
commit abdeafc2dd
18 changed files with 262 additions and 245 deletions

View File

@@ -1,5 +1,5 @@
section "Commenting Investments, Debates & Proposals" do
%w(Budget::Investment Debate Proposal).each do |commentable_class|
%w[Budget::Investment Debate Proposal].each do |commentable_class|
100.times do
commentable = commentable_class.constantize.all.sample
Comment.create!(user: User.all.sample,