merges after_save
This commit is contained in:
parent
caedefd675
commit
afe6f46b03
|
@ -32,9 +32,7 @@ class Theme < ActiveRecord::Base
|
|||
|
||||
@dependant_themes = nil
|
||||
@included_themes = nil
|
||||
end
|
||||
|
||||
after_save do
|
||||
remove_from_cache!
|
||||
notify_scheme_change if color_scheme_id_changed?
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue