Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created March 28, 2019 12:01
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/29ddcb764da4d5cbf83fdf998aeea5b5 to your computer and use it in GitHub Desktop.
Save MaryKuz/29ddcb764da4d5cbf83fdf998aeea5b5 to your computer and use it in GitHub Desktop.
Add code to User model
class User < ActiveRecord::Base
...
has_one :auth_token, dependent: :destroy
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment