aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-06-27 08:26:23 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-06-27 08:26:23 -0700
commit98c36ba19c66eb253475228cdb7c9eab5b68f54d (patch)
tree39641bccb2d15b438b4b41067631058dbccc9ce7
parent995b4cfcaa3ce0403105de518e4a453a9881cc7a (diff)
parente82f206a94a75518b59554d6c454247eb93b2d72 (diff)
downloadrails-98c36ba19c66eb253475228cdb7c9eab5b68f54d.tar.gz
rails-98c36ba19c66eb253475228cdb7c9eab5b68f54d.tar.bz2
rails-98c36ba19c66eb253475228cdb7c9eab5b68f54d.zip
Merge pull request #11142 from tumayun/use_master_branch_activesupport
activerecord/examples/simple.rb use master branch activesupport gem
-rw-r--r--activerecord/examples/simple.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/examples/simple.rb b/activerecord/examples/simple.rb
index ee3c42a05b..4ed5d80eb2 100644
--- a/activerecord/examples/simple.rb
+++ b/activerecord/examples/simple.rb
@@ -1,4 +1,4 @@
-$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
+require File.expand_path('../../../load_paths', __FILE__)
require 'active_record'
class Person < ActiveRecord::Base