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:
parent
d2d6e4a980
commit
27576df810
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require File.expand_path('../../../load_paths', __FILE__)
|
||||
require 'active_model'
|
||||
|
||||
class Person
|
||||
|
|
Loading…
Reference in a new issue