aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/examples/simple.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/examples/simple.rb')
-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