Hi,
Is it possible to disable the timestamp update of an updated_at column
for an action only ?
Got an acts_as_list model where all objects are updated when I reorder
them, but I wish to avoid the timestamp updating process when rows are
reordered with move_* methods.
Thanks