From e1042ee39994b812bdc0ff3a4bfb43e79e6cf164 Mon Sep 17 00:00:00 2001 From: Kuldeep Aggarwal Date: Wed, 27 Nov 2013 13:53:19 +0530 Subject: [ci skip]removed obsolete information about `options` parameter in create method --- activerecord/lib/active_record/persistence.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb index a73a140ef1..35fbad466e 100644 --- a/activerecord/lib/active_record/persistence.rb +++ b/activerecord/lib/active_record/persistence.rb @@ -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') -- cgit v1.2.3