config/routes.rb in solid_errors-0.5.0 vs config/routes.rb in solid_errors-0.6.0
- old
+ new
@@ -1,5 +1,5 @@
SolidErrors::Engine.routes.draw do
- get "/" => "errors#index", :as => :root
+ get "/", to: "errors#index", as: :root
resources :errors, only: [:index, :show, :update, :destroy], path: ""
end