Sha256: 5582b1261622bb1852c49cce4f002c071937dbc2d5c61abdf4f71951fb13bcec

Contents?: true

Size: 134 Bytes

Versions: 17

Compression:

Stored size: 134 Bytes

Contents

Rails.application.routes.draw do

  root to: 'home#index'

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

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
disco_app-0.6.0 test/dummy/config/routes.rb
disco_app-0.6.1 test/dummy/config/routes.rb
disco_app-0.6.2 test/dummy/config/routes.rb
disco_app-0.6.3 test/dummy/config/routes.rb
disco_app-0.6.4 test/dummy/config/routes.rb
disco_app-0.6.5 test/dummy/config/routes.rb
disco_app-0.6.6 test/dummy/config/routes.rb
disco_app-0.6.7 test/dummy/config/routes.rb
disco_app-0.6.8 test/dummy/config/routes.rb
disco_app-0.6.9 test/dummy/config/routes.rb
disco_app-0.7.0 test/dummy/config/routes.rb
disco_app-0.7.1 test/dummy/config/routes.rb
disco_app-0.7.2 test/dummy/config/routes.rb
disco_app-0.8.0 test/dummy/config/routes.rb
disco_app-0.8.1 test/dummy/config/routes.rb
disco_app-0.8.2 test/dummy/config/routes.rb
disco_app-0.8.3 test/dummy/config/routes.rb