Sha256: 2ec44e0b28829ad7f03974a5fb70a146e8c399ab37e17e44c3b7ef78734a5a54

Contents?: true

Size: 169 Bytes

Versions: 18

Compression:

Stored size: 169 Bytes

Contents

Rails.application.routes.draw do

  root to: 'home#index'

  get '/proxy', to: 'proxy#index'

  mount ShopifyApp::Engine, at: '/'
  mount DiscoApp::Engine, at: '/'

end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
disco_app-0.8.4 test/dummy/config/routes.rb
disco_app-0.8.5 test/dummy/config/routes.rb
disco_app-0.8.6 test/dummy/config/routes.rb
disco_app-0.8.7 test/dummy/config/routes.rb
disco_app-0.8.8 test/dummy/config/routes.rb
disco_app-0.8.9 test/dummy/config/routes.rb
disco_app-0.9.0 test/dummy/config/routes.rb
disco_app-0.9.1 test/dummy/config/routes.rb
disco_app-0.9.2 test/dummy/config/routes.rb
disco_app-0.9.3 test/dummy/config/routes.rb
disco_app-0.9.4 test/dummy/config/routes.rb
disco_app-0.9.5 test/dummy/config/routes.rb
disco_app-0.9.6 test/dummy/config/routes.rb
disco_app-0.9.7 test/dummy/config/routes.rb
disco_app-0.9.8 test/dummy/config/routes.rb
disco_app-0.9.9 test/dummy/config/routes.rb
disco_app-0.9.10 test/dummy/config/routes.rb
disco_app-0.9.11 test/dummy/config/routes.rb