Skip to content

Instantly share code, notes, and snippets.

@rwehresmann
Created May 11, 2019 19:12
Show Gist options
  • Select an option

  • Save rwehresmann/5949cee124f3b2ee5bbe28bad27f72a1 to your computer and use it in GitHub Desktop.

Select an option

Save rwehresmann/5949cee124f3b2ee5bbe28bad27f72a1 to your computer and use it in GitHub Desktop.
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