dev_oauth
p31729568 5 years ago
parent c8b6786063
commit 3805253fd6

@ -26,6 +26,8 @@ class User < ApplicationRecord
MIX_PASSWORD_LIMIT = 8
LOGIN_CHARS = %W(2 3 4 5 6 7 8 9 a b c f e f g h i j k l m n o p q r s t u v w x y z).freeze
has_one :user_extension, dependent: :destroy
accepts_nested_attributes_for :user_extension, update_only: true

Loading…
Cancel
Save