diff --git a/script/process_merit_rules.rb b/script/process_merit_rules.rb index af4161e..468aa1c 100755 --- a/script/process_merit_rules.rb +++ b/script/process_merit_rules.rb @@ -26,14 +26,14 @@ def create_action(obj, index, count) end end -puts "Destroy all merit actions" -Merit::Action.destroy_all - -count = Person.count -Person.all.each.with_index(1) do |person, i| - puts "#{i}/#{count} Remove sash from #{person.identifier}" - person.sash.destroy unless person.sash.nil? -end +#puts "Destroy all merit actions" +#Merit::Action.destroy_all +# +#count = Person.count +#Person.all.each.with_index(1) do |person, i| +# puts "#{i}/#{count} Remove sash from #{person.identifier}" +# person.sash.destroy unless person.sash.nil? +#end Merit.observers << 'ProcessObserver' -- libgit2 0.21.2