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?

Comments
Post a Comment