Sha256: e5137b44725ee393ed718dfb620ae10f2e2678ea1daad4cd27626241fb10455d

Contents?: true

Size: 114 Bytes

Versions: 38

Compression:

Stored size: 114 Bytes

Contents

Rails.application.routes.draw do

  mount ClarkKent::Engine => "/reports"

  resources :orders, only: [:show]
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
clark_kent-0.9.1 test/dummy/config/routes.rb
clark_kent-0.9.0 test/dummy/config/routes.rb
clark_kent-0.8.11 test/dummy/config/routes.rb
clark_kent-0.8.10 test/dummy/config/routes.rb
clark_kent-0.8.9 test/dummy/config/routes.rb
clark_kent-0.8.8 test/dummy/config/routes.rb
clark_kent-0.8.7 test/dummy/config/routes.rb
clark_kent-0.8.6 test/dummy/config/routes.rb
clark_kent-0.8.5 test/dummy/config/routes.rb
clark_kent-0.8.4 test/dummy/config/routes.rb
clark_kent-0.8.3 test/dummy/config/routes.rb
clark_kent-0.8.2 test/dummy/config/routes.rb
clark_kent-0.8.1 test/dummy/config/routes.rb
clark_kent-0.7.1 test/dummy/config/routes.rb
clark_kent-0.7.0 test/dummy/config/routes.rb
clark_kent-0.6.1 test/dummy/config/routes.rb
clark_kent-0.6.0 test/dummy/config/routes.rb
clark_kent-0.5.0 test/dummy/config/routes.rb
clark_kent-0.4.4 test/dummy/config/routes.rb
clark_kent-0.4.3 test/dummy/config/routes.rb