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.
To content | To menu | To search
Friday, February 29 2008
By jul on Friday, February 29 2008, 08:06
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.