enable iqdb callbacks for post
This commit is contained in:
@@ -9,8 +9,8 @@ class Post < ActiveRecord::Base
|
||||
after_save :create_version
|
||||
after_save :update_parent_on_save
|
||||
after_save :apply_post_metatags, :on => :create
|
||||
# after_save :update_iqdb_async, :on => :create
|
||||
# after_destroy :remove_iqdb_async
|
||||
after_save :update_iqdb_async, :on => :create
|
||||
after_destroy :remove_iqdb_async
|
||||
before_save :merge_old_changes
|
||||
before_save :normalize_tags
|
||||
before_save :update_tag_post_counts
|
||||
|
||||
Reference in New Issue
Block a user