diff --git a/lib/locomotive/import/content_types.rb b/lib/locomotive/import/content_types.rb index bcda7768..e7d16db6 100644 --- a/lib/locomotive/import/content_types.rb +++ b/lib/locomotive/import/content_types.rb @@ -71,7 +71,7 @@ module Locomotive def update_attributes(content_type, data) attributes = cleanse_attributes(data) - content_type.update(attributes) + content_type.update_attributes!(attributes) end def add_or_update_fields(content_type, fields)