config/routes.rb in i18n_dashboard-0.1.3 vs config/routes.rb in i18n_dashboard-0.1.4

- old
+ new

@@ -1,6 +1,6 @@ I18nDashboard::Engine.routes.draw do - root to: "translations#index" + match "/" => "translations#index", as: :i18n_dashboard_root resources :translations, only: [:index, :create, :destroy] end