method

update

update(*)
private

No documentation available.

# File activerecord/lib/active_record/callbacks.rb, line 280
    def update(*) #:nodoc:
      _run_update_callbacks { super }
    end