Last active
June 9, 2018 23:27
-
-
Save jordanhudgens/33f1115734bea3ee7ceaa4a686a774c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rails.application.routes.draw do | |
post 'register_user' => 'registrations#create' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment