Skip to content

Commit 4d8c515

Browse files
committed
Tweak message output
1 parent e5e295c commit 4d8c515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/easy/reference_data/refresh.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def self.refresh(clazz, unique_attribute_symbol, unique_attribute_value, attribu
1212
end
1313

1414
if record.new_record?
15-
puts " new #{clazz}(#{unique_attribute_value})"
15+
puts " creating #{clazz}(#{unique_attribute_value})"
1616
elsif record.changed?
1717
puts " updating #{clazz}(#{unique_attribute_value})"
1818
end

0 commit comments

Comments
 (0)