Sha256: af1eae5e58b4feb41a65cc0db4a1acf204d10da7ffa3b3208078e25e8e736093
Contents?: true
Size: 318 Bytes
Versions: 27
Compression:
Stored size: 318 Bytes
Contents
## # Questo override serve per correggere un problema per cui gli elementi nested non eseguivano correttamente il touch # agli elementi padre module Alchemy::Touching def touch(*) super # Using update here, because we want the touch call to bubble up to the page. update(touchable_attributes) end end
Version data entries
27 entries across 27 versions & 1 rubygems