From a3298e5efdf33398b49933323ea3fef7ff4e9a9c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Feb 2005 00:03:18 +0000 Subject: Small indent git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@613 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index c2ecd0121e..8bb981fb5e 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -902,7 +902,7 @@ module ActiveRecord #:nodoc: # Returns a clone of the record that hasn't been assigned an id yet and is treated as a new record. def clone attrs = self.attributes - attrs.delete(self.class.primary_key) + attrs.delete(self.class.primary_key) cloned_record = self.class.new(attrs) cloned_record end -- cgit v1.2.3