aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/examples
diff options
context:
space:
mode:
authorArthur Neves <arthurnn@gmail.com>2016-02-27 13:02:02 -0500
committerArthur Neves <arthurnn@gmail.com>2016-02-27 13:03:57 -0500
commit2abcdfd978fdcd491576a237e8c6be04ddaf884d (patch)
tree0310ea2defd610061d73047413a870b5bb4c1133 /activerecord/examples
parent3174b5f92a43e4bfdf4f833389b1ac819ac2cdc5 (diff)
downloadrails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.tar.gz
rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.tar.bz2
rails-2abcdfd978fdcd491576a237e8c6be04ddaf884d.zip
Remove load_paths file
Diffstat (limited to 'activerecord/examples')
-rw-r--r--activerecord/examples/performance.rb1
-rw-r--r--activerecord/examples/simple.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/examples/performance.rb b/activerecord/examples/performance.rb
index a5a1f284a0..c3c46c19c5 100644
--- a/activerecord/examples/performance.rb
+++ b/activerecord/examples/performance.rb
@@ -1,4 +1,3 @@
-require File.expand_path('../../../load_paths', __FILE__)
require "active_record"
require 'benchmark/ips'
diff --git a/activerecord/examples/simple.rb b/activerecord/examples/simple.rb
index 4ed5d80eb2..5a041e8417 100644
--- a/activerecord/examples/simple.rb
+++ b/activerecord/examples/simple.rb
@@ -1,4 +1,3 @@
-require File.expand_path('../../../load_paths', __FILE__)
require 'active_record'
class Person < ActiveRecord::Base