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

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

python - multiprocessing pool with map -