Rails problems and errors : Expected ... to define ...
By jul on Friday, February 29 2008, 08:06 - Permalink
Expected /your/rails/dir/someclass.rb to define Someclass
It seems that this error appears when something is missing, to know what is missing exactly, try to run
$ script/console
then
>> Someclass
It will give you details about the problem.
Comments
Thanks, that was very helpful. I see my problem now!
Thanks for posting this, it helped tremendously.
This post's comments feed