Sha256: f984db5b0a9497d01be121af9501c405faa7f78f3ca170ceb2fe2f3c8c0fef6d

Contents?: true

Size: 314 Bytes

Versions: 12

Compression:

Stored size: 314 Bytes

Contents

Rails.application.routes.draw do

  localized do
    mount Cmor::Showcase::Engine, at: '/backend/cmor-showcase-engine'
  end
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
  localized do
    mount Administrador::Engine, at: '/administrador-engine'
  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cmor_showcase-0.0.51.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.50.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.49.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.48.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.45.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.44.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.43.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.42.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.41.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.40.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.39.pre spec/dummy/config/routes.rb
cmor_showcase-0.0.38.pre spec/dummy/config/routes.rb