mod/core/set/all/autoname.rb in card-1.107.0 vs mod/core/set/all/autoname.rb in card-1.108.0

- old
+ new

@@ -2,10 +2,10 @@ self.name = autoname rule(:autoname) autoname_card = rule_card :autoname autoname_card.update_column :db_content, name autoname_card.expire pull_from_trash! - Card.write_to_soft_cache self + Card.write_to_temp_cache self end def no_autoname? !autoname? end