plattyp/sms_auth

View on GitHub
app/models/user.rb

Summary

Maintainability
A
0 mins
Test Coverage
class User < ActiveRecord::Base
  has_many :authentication_tokens, dependent: :destroy
  has_one :phone_verification, dependent: :destroy
end