Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails 4 でモデルを生成することはできません。
rails g model m1 a b
dbそして、app/modelディレクトリには何も表示されません。また、ターミナルにもエラーはありません。
db
app/model
データベースを作成する
rake db:create