Sha256: 11b3215ef4563d0c215d42379a8bd1e4d493da10d8be26b107c2786beb564871

Contents?: true

Size: 171 Bytes

Versions: 5

Compression:

Stored size: 171 Bytes

Contents

Rails.application.routes.draw do
  devise_for :users
  get :diamond, to: 'diamond#index'
  get :gold, to: 'gold#index'
  root 'home#index'
  mount Tang::Engine => "/"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tang-0.2.1 spec/tang_app/config/routes.rb
tang-0.2.0 spec/tang_app/config/routes.rb
tang-0.1.0 spec/tang_app/config/routes.rb
tang-0.0.9 spec/tang_app/config/routes.rb
tang-0.0.8 spec/tang_app/config/routes.rb