Rails: command line not finish when create second model -


i tring create new rails app , generate models
first, when try use rails g model category name:string command, finishes normally.
but, when generate model using rails g model product name:string, command not finish. have press ctrl + c finish it. happened today, how solve problem?

enter image description here


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -