method
create_record
rails latest stable - Class:
ActiveRecord::Persistence
create_record(attribute_names = @attributes.keys)private
Creates a record with values matching those of the instance attributes and returns its id.
create_record(attribute_names = @attributes.keys)Creates a record with values matching those of the instance attributes and returns its id.