spec/tang_app/config/routes.rb in tang-0.0.1 vs spec/tang_app/config/routes.rb in tang-0.0.8

- old
+ new

@@ -1,5 +1,7 @@ Rails.application.routes.draw do devise_for :users - mount Tang::Engine => "/tang" + get :diamond, to: 'diamond#index' + get :gold, to: 'gold#index' root 'home#index' + mount Tang::Engine => "/" end