Skip to content

Instantly share code, notes, and snippets.

@adelowo
Created April 22, 2020 08:49
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 adelowo/d02c273b3eada71529cc8f853664b01d to your computer and use it in GitHub Desktop.
Save adelowo/d02c273b3eada71529cc8f853664b01d to your computer and use it in GitHub Desktop.
# frozen_string_literal: true
Rails.application.routes.draw do
post '/users', to: 'users#create'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment