Cannot instantiate constant
If you get this error then most likely the reason is that you don't have the model class created.
Create it with a command like:
ruby script/generate model Site
If you get this error then most likely the reason is that you don't have the model class created.
ruby script/generate model Site
0 Comments:
Post a Comment
<< Home