エラーが発生するコード行は次のとおりです。
<%= button_to 'Search', static_pages/gallery %>
エラーは次のとおりです。
未定義のローカル変数またはメソッド「static_pages」
ここに私のルートがあります:
match "/home" => "static_pages#home"
match "/gallery" => "static_pages#gallery"
get "static_pages/home"
get "static_pages/gallery"
post "static_pages/gallery"