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