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() -

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

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -