Created
May 11, 2019 19:12
-
-
Save rwehresmann/5949cee124f3b2ee5bbe28bad27f72a1 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
| class User < ApplicationRecord | |
| validates_presence_of :auth0_uid, :email | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment