ブログアプリを下記のサイトを参考に作成しています。
https://cpx.business/blog/how-to-create-blog-in-rails/
トップページから『BLOG』をクッリクすると遷移させるようにしたいです。
サイトを参考にDB,モデルの作成は終わりました。
現在のrails routes を実行した場合は下記の用になります。
リンク内容
routes.rb コード Rails.application.routes.draw do root "posts#index" root 'home#notice' resources :posts do # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html end end
説明不足で申し訳ありませんがご教示頂きたいです。
回答2件
あなたの回答
tips
プレビュー