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
1 changed files with 1 additions and 0 deletions

View File

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