新手问题 通配路由过期 warning

netqyq · July 15, 2016 · Last by hging replied at July 15, 2016 · 2254 hits

Warning:

DEPRECATION WARNING: Using a dynamic :controller segment in a route is deprecated and will be removed in Rails 5.1. (called from block
DEPRECATION WARNING: Using a dynamic :action segment in a route is deprecated and will be removed in Rails 5.1. (called from block in

路由配置:

match ':controller(/:action(/:id(.:format)))', :via => [:get, :post]

请问如何处理?或者为什么会这样,其背后的道理是什么,有什么好的处理方式吗?

1 Floor has deleted
You need to Sign in before reply, if you don't have an account, please Sign up first.