1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip]removed obsolete information about options parameter in create method

This commit is contained in:
Kuldeep Aggarwal 2013-11-27 13:53:19 +05:30
parent c65f8d2243
commit e1042ee399

View file

@ -10,9 +10,6 @@ module ActiveRecord
# The +attributes+ parameter can be either a Hash or an Array of Hashes. These Hashes describe the
# attributes on the objects that are to be created.
#
# +create+ respects mass-assignment security and accepts either +:as+ or +:without_protection+ options
# in the +options+ parameter.
#
# ==== Examples
# # Create a single new object
# User.create(first_name: 'Jamie')