method

create_or_update

create_or_update()
private

No documentation available.

# File activerecord/lib/active_record/base.rb, line 1431
      def create_or_update
        if new_record? then create else update end
      end