# File lib/rbase/table.rb, line 119
    def create(attributes = {})
      record = build(attributes)
      record.save
      record
    end