Sha256: 8c3228cec8a176e1b113bc2277af2db2b26eafc438c45d19a56812a8e2c8b5be
Contents?: true
Size: 208 Bytes
Versions: 8
Compression:
Stored size: 208 Bytes
Contents
Myapp::Application.routes.draw do root "jobs#index" resources :jobs, only: [:index] do post :crashing, on: :collection post :single, on: :collection post :multiple, on: :collection end end
Version data entries
8 entries across 8 versions & 1 rubygems