Sha256: df8b748d5c7e9e54aa4ef56eafe38bc7a1a9c090f60f9c1d5161f81e17614d8d
Contents?: true
Size: 288 Bytes
Versions: 6
Compression:
Stored size: 288 Bytes
Contents
GoodJob::Engine.routes.draw do root to: 'dashboards#index' resources :active_jobs, only: %i[show] resources :jobs, only: %i[destroy] scope controller: :assets do get :bootstrap_css get :bootstrap_js get :chartist_css get :chartist_js get :style_css end end
Version data entries
6 entries across 6 versions & 1 rubygems