DG
Size: a a a
DG
DG
АБ
AI
AI
EK
AI
EK
AI
AI
get ':id', to: 'jobs#show', as: :show, on: :collection
get 'from_stage/:stage_id', to: 'jobs#show'
get 'stage/:stage_id', to: 'jobs/workers#stage', as: :stage
get ':id', to: 'jobs/workers#show', as: :worker
get ':id/edit', to: 'jobs/workers#edit', as: :worker_edit
post 'worker', to: 'jobs/workers#create'
put ':id', to: 'jobs/workers#update', as: :worker_default
put ':id/bds_update', to: 'jobs/workers#bds_update'
delete ':id', to: 'jobs/workers#destroy'
AI
EK
AI
AI
EK
AI
resources only: [:index, :show]
в случае если остальные "rest" роуты отсутствуют.AI
AI
EK
resources only: [:index, :show]
в случае если остальные "rest" роуты отсутствуют.AI