config/routes.rb in maquina-0.5.2 vs config/routes.rb in maquina-0.7.1

- old
+ new

@@ -12,7 +12,8 @@ resources :plans, path: I18n.t("routes.plans"), except: [:show, :destroy] resources :users, path: I18n.t("routes.users"), only: [:index] resources :invitations, path: I18n.t("routes.invitations"), only: [:new, :create] + get "/dashboard", to: "dashboard#index", as: :dashboard root to: "dashboard#index" end