我正在编写一本书,教授自己Ruby-on-Rails。 页: 1
我开始使用废 rub/con,进入:
user = User.new(:screen_name => "example",
?> :email => "exampleATexample.com",
?> :password => "example")
但我没有将数据添加到非行,而是获得以下信息:
NameError: undefined local variable or method within for User:Class from D:/ruby/lib/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:1235:in method_missing from ./script/../config/../config/../app/modules/user.rb:13
我并不真正理解正在发生什么。 非常感谢任何帮助,感谢你!