Module: ManageIQ::Password::PasswordMixin

Defined in:
lib/manageiq/password/password_mixin.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



4
5
6
7
8
9
# File 'lib/manageiq/password/password_mixin.rb', line 4

def self.included(other)
  other.extend(ClassMethods)

  other.class_attribute :encrypted_columns
  other.encrypted_columns = []
end