Hi,
I just created a new scaffold in my app using the nifty-scaffold plugin.
However, I messed up the syntax and forgot the model name, so it ended
up being called “Title:string”.
I now can’t run any tasks from the terminal as I get the following
error:
vendor/rails/activesupport/lib/active_support/inflector.rb:352:in
`const_defined?’: wrong constant name Title:stringsHelper
Followed by lines of other complaints.
I’ve deleted the migration, controller, model and view files, but the
error continues to occur. What else do I need to get rid of?
Any advice appreciated.
Thanks