Commit c00535ea authored by Dylan Griffith's avatar Dylan Griffith

Use create! inserting elasticsearch indexed containers

parent 99efc967
......@@ -36,7 +36,7 @@ module EE
new_container_ids -= klass.target_ids
# Add new containers
new_container_ids.each { |id| klass.create(klass.target_attr_name => id) }
new_container_ids.each { |id| klass.create!(klass.target_attr_name => id) }
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment