aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-09 15:14:00 +0200
committerXavier Noria <fxn@hashref.com>2010-08-09 15:25:21 +0200
commit4f7565c4de1f877547a6b901a8416b18c613acc9 (patch)
tree4b38fceff3eb16aeb9a320a572351de405e0fb98 /activerecord/lib/active_record
parent505546af709082f25444e323ee0f2141a86bbc63 (diff)
downloadrails-4f7565c4de1f877547a6b901a8416b18c613acc9.tar.gz
rails-4f7565c4de1f877547a6b901a8416b18c613acc9.tar.bz2
rails-4f7565c4de1f877547a6b901a8416b18c613acc9.zip
adds missing requires for Object#try
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/relation/calculations.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/relation/calculations.rb b/activerecord/lib/active_record/relation/calculations.rb
index f8412bc604..a679c444cf 100644
--- a/activerecord/lib/active_record/relation/calculations.rb
+++ b/activerecord/lib/active_record/relation/calculations.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/object/blank'
+require 'active_support/core_ext/object/try'
module ActiveRecord
module Calculations