module ActiveRecord::NoTouching

def touch(*)

def touch(*)
  super unless no_touching?
end