1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

adding load_path to include active_model in the load path of example

similar to activerecord/examples/simple.rb
This commit is contained in:
Vijay Ubuntu 2013-10-09 01:52:55 +05:30
parent d2d6e4a980
commit 27576df810

View file

@ -1,3 +1,4 @@
require File.expand_path('../../../load_paths', __FILE__)
require 'active_model' require 'active_model'
class Person class Person