Philippe Lehoux
Results
4
comments of
Philippe Lehoux
Do you still get this error?
Use: rails g nifty:scaffold user_session username:string password:string new destroy --skip-model Instead of: rails g nifty:scaffold user_session --skip-model username:string password:string new destroy And it worked.
Good point!
I would merge it.