Sha256: 9ba2c5395caa414b37cc847b51dd99b73a5a9ab0f96b9a17e5c23f4fb24753c9

Contents?: true

Size: 151 Bytes

Versions: 18

Compression:

Stored size: 151 Bytes

Contents

Rails.application.routes.draw do
  mount Landable::Engine => '/' # move this to the end of your routes block
  get 'priority', to: 'priority#show'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
landable-1.14.0 spec/dummy/config/routes.rb
landable-1.13.2 spec/dummy/config/routes.rb
landable-1.13.1 spec/dummy/config/routes.rb
landable-1.12.3 spec/dummy/config/routes.rb
landable-1.12.2 spec/dummy/config/routes.rb
landable-1.12.1 spec/dummy/config/routes.rb
landable-1.11.1 spec/dummy/config/routes.rb
landable-1.11.0 spec/dummy/config/routes.rb
landable-1.10.0.rc2 spec/dummy/config/routes.rb
landable-1.10.0.rc1 spec/dummy/config/routes.rb
landable-1.9.2 spec/dummy/config/routes.rb
landable-1.9.1 spec/dummy/config/routes.rb
landable-1.9.0 spec/dummy/config/routes.rb
landable-1.9.0.rc2 spec/dummy/config/routes.rb
landable-1.9.0.rc1 spec/dummy/config/routes.rb
landable-1.8.0 spec/dummy/config/routes.rb
landable-1.7.1.rc1 spec/dummy/config/routes.rb
landable-1.7.0 spec/dummy/config/routes.rb