DEPRECATION WARNING: Defining a route where to is a symbol is deprecated. Please change to: :index to action: :index. (called from split_to at /Users/owhat/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5.1/lib/action_dispatch/routing/mapper.rb:284)
to
to: :index
action: :index
DEPRECATION WARNING 跟你 reload console 没有关系,你可以按照提示的建议修改一下。
#1 楼 @lgn21st 这是说我路由写的不规范吗?
#2 楼 @xiaobai2 你试试看呀。