1
0
Fork 0
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:
tumayun 2013-06-27 23:17:34 +08:00
parent 995b4cfcaa
commit e82f206a94

View file

@ -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