fix hound

This commit is contained in:
Mojca Lorber 2016-12-05 11:44:47 +01:00
parent 849f78b4df
commit 332b6c58da

View file

@ -1,5 +1,4 @@
class CreateSamplesTables < ActiveRecord::Migration
@@def_state = { 'time' => 0,
'start' => 0,
'length' => 10,
@ -60,7 +59,6 @@ class CreateSamplesTables < ActiveRecord::Migration
User.find_each do |user|
next unless user.organizations
user.organizations.find_each do |org|
org_status = @@def_state.deep_dup
next unless org.custom_fields
org.custom_fields.each_with_index do |_, index|