私はレールに非常に慣れていないので、モデルにこれがあります
PreGit::Application.routes.draw do
resources :microposts
resources :users
match '/help', to:'static_pages#help'
match '/about', to:'static_pages#about'
match '/contact', to:'static_pages#contact'
root_path => '/'
root_url => 'http://localhost:3000/'
end
しかし、実行するbundle exec rake db:migrate
と私はそれを取得します:
syntax error, unexpected tSYMBEG, expecting kDO or '{' or '('
match '/help', to:'static_pages#help'
^
誰かが助けることができます