mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
activerecord/examples/simple.rb use master branch activesupport gem
This commit is contained in:
parent
995b4cfcaa
commit
e82f206a94
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue