Sha256: c02f32678af008462900882d719da3acdeac1ca0ca1c0e17054f29a97e68c7cd

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

GoodJob::Engine.routes.draw do
  root to: 'dashboards#index'
  resources :active_jobs, only: :show

  scope controller: :assets do
    get :bootstrap_css
    get :bootstrap_js
    get :chartist_css
    get :chartist_js
    get :style_css
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
good_job-1.9.5 engine/config/routes.rb