pandeiro245 / shukan

0 stars 0 forks source link

update: やったページのcss当てる #43

Closed ishimaruco closed 3 years ago

ishimaruco commented 3 years ago
スクリーンショット 2021-06-06 14 00 30
pandeiro245 commented 3 years ago

image

image

「継続する」リンクだとエラーになる

pandeiro245 commented 3 years ago
Rails.application.routes.draw do
  resources :goals, only: [:new, :create, :show, :update]
  resources :events, only: [:index]

  root 'welcome#check'
  get '/welcome', to: 'welcome#index'
  get '/login', to: 'users#login_with_token'
  get '/auth/:provider/callback', to: 'users#login_with_twitter'
end
~              

goalsのroutesにはupdateある

pandeiro245 commented 3 years ago

よくわからないけど https://github.com/pandeiro245/shukan/pull/43/commits/f476d40cc97c99a70df63a5467e11e6ad2619f79 で解決