Module: Alchemy::ContentTouching

Included in:
Attachment, Picture
Defined in:
app/models/concerns/alchemy/content_touching.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'app/models/concerns/alchemy/content_touching.rb', line 5

def self.included(base)
  base.after_update(:touch_contents)
end