module Alchemy::Touching
Questo override serve per correggere un problema per cui gli elementi nested non eseguivano correttamente il touch agli elementi padre
Public Instance Methods
touch(*)
click to toggle source
Calls superclass method
# File lib/alchemy/touching_decorator.rb, line 6 def touch(*) super # Using update here, because we want the touch call to bubble up to the page. update(touchable_attributes) end