diff options
Diffstat (limited to 'activerecord/examples/simple.rb')
-rw-r--r-- | activerecord/examples/simple.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |