Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created March 28, 2019 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaryKuz/d521978f4f1195fd049efcb8a024488b to your computer and use it in GitHub Desktop.
Save MaryKuz/d521978f4f1195fd049efcb8a024488b to your computer and use it in GitHub Desktop.
Create singleton resource
Rails.application.routes.draw do
namespace :api do
...
resource :user, only: [:create]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment