aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xactiverecord/lib/active_record/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb
index 8bef5ed2ae..dfc0eac54d 100755
--- a/activerecord/lib/active_record/base.rb
+++ b/activerecord/lib/active_record/base.rb
@@ -1272,7 +1272,7 @@ module ActiveRecord #:nodoc:
private
def find_initial(options)
- options.update(:limit => 1) unless options[:include]
+ options.update(:limit => 1)
find_every(options).first
end