rails routes Prefix Verb URI Pattern Controller#Action api_v1_fgs GET /api/v1/fgs(.:format) api/v1/fgs#index POST /api/v1/fgs(.:format) api/v1/fgs#create api_v1_fg GET /api/v1/fgs/:id(.:format) api/v1/fgs#show PATCH /api/v1/fgs/:id(.:format) api/v1/fgs#update PUT /api/v1/fgs/:id(.:format) api/v1/fgs#update DELETE /api/v1/fgs/:id(.:format) api/v1/fgs#destroy
Обсуждают сегодня