Sha256: e6d3c6548a370ce11c07107acb4f4ddbd568ac6f84f7adce0309e0e1b7b0511f

Contents?: true

Size: 274 Bytes

Versions: 60

Compression:

Stored size: 274 Bytes

Contents

ClarkKent::Engine.routes.draw do
  resources :reports do
    member do
      get :download_link
      post :clone
    end
  end
  resources :report_filters
  resources :report_columns
  resources :report_emails
  resources :user_report_emails
  root to: 'reports#index'
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
clark_kent-0.11.3 config/routes.rb
clark_kent-0.11.2 config/routes.rb
clark_kent-0.11.1 config/routes.rb
clark_kent-0.11.0 config/routes.rb
clark_kent-0.10.4 config/routes.rb
clark_kent-0.10.2 config/routes.rb
clark_kent-0.10.1 config/routes.rb
clark_kent-0.10.0 config/routes.rb
clark_kent-0.9.9 config/routes.rb
clark_kent-0.9.8 config/routes.rb
clark_kent-0.9.7 config/routes.rb
clark_kent-0.9.6 config/routes.rb
clark_kent-0.9.5 config/routes.rb
clark_kent-0.9.4 config/routes.rb
clark_kent-0.9.2 config/routes.rb
clark_kent-0.9.1 config/routes.rb
clark_kent-0.9.0 config/routes.rb
clark_kent-0.8.11 config/routes.rb
clark_kent-0.8.10 config/routes.rb
clark_kent-0.8.9 config/routes.rb