Method: OmniAuth::Identity::Models::ActiveRecord.auth_key=
- Defined in:
- lib/omniauth/identity/models/active_record.rb
.auth_key=(key) ⇒ Object
19 20 21 22 |
# File 'lib/omniauth/identity/models/active_record.rb', line 19 def self.auth_key=(key) super validates_uniqueness_of(key, case_sensitive: false) end |