diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b2b5e076b..227f5528b 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -38,7 +38,7 @@ module ApplicationHelper objects end - def kk(xml) + def store_objects_from_xml(xml) objects = parse_objects_from_xml(xml) objects.each do |p|