给我错误的代码行是:
<%= 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"