Sha256: 4004a6b7d4a5ec2ef460c0d0e84d7b7eda274655742647caaa47f398838bb419

Contents?: true

Size: 199 Bytes

Versions: 30

Compression:

Stored size: 199 Bytes

Contents

Rails.application.routes.draw do

  match '/_api' => 'locomotive/api/documentation#show'

  match '/foo' => 'foo#index', as: 'foo'

  mount Locomotive::Engine => '/locomotive', as: 'locomotive'

end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
locomotive_cms-2.2.0 spec/dummy/config/routes.rb
locomotive_cms-2.1.4 spec/dummy/config/routes.rb
locomotive_cms-2.1.3 spec/dummy/config/routes.rb
locomotive_cms-2.1.2 spec/dummy/config/routes.rb
locomotive_cms-2.1.1 spec/dummy/config/routes.rb
locomotive_cms-2.1.0 spec/dummy/config/routes.rb
locomotive_cms-2.0.3 spec/dummy/config/routes.rb
locomotive_cms-2.0.2 spec/dummy/config/routes.rb
locomotive_cms-2.0.1 spec/dummy/config/routes.rb
locomotive_cms-2.0.0 spec/dummy/config/routes.rb