Sha256: 8bec3a1b847a1549f234065660014f1363f2f4271cc7da77496f542627f95e85

Contents?: true

Size: 132 Bytes

Versions: 15

Compression:

Stored size: 132 Bytes

Contents

Rails.application.routes.draw do

  mount ClarkKent::Engine => "/reports", as: 'clark_kent'

  resources :orders, only: [:show]
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
clark_kent-0.11.3 test/dummy/config/routes.rb
clark_kent-0.11.2 test/dummy/config/routes.rb
clark_kent-0.11.1 test/dummy/config/routes.rb
clark_kent-0.11.0 test/dummy/config/routes.rb
clark_kent-0.10.4 test/dummy/config/routes.rb
clark_kent-0.10.2 test/dummy/config/routes.rb
clark_kent-0.10.1 test/dummy/config/routes.rb
clark_kent-0.10.0 test/dummy/config/routes.rb
clark_kent-0.9.9 test/dummy/config/routes.rb
clark_kent-0.9.8 test/dummy/config/routes.rb
clark_kent-0.9.7 test/dummy/config/routes.rb
clark_kent-0.9.6 test/dummy/config/routes.rb
clark_kent-0.9.5 test/dummy/config/routes.rb
clark_kent-0.9.4 test/dummy/config/routes.rb
clark_kent-0.9.2 test/dummy/config/routes.rb