Module: Validations::Predicates::Password

Extended by:
Methods
Included in:
Base
Defined in:
lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/password.rb

Defined Under Namespace

Modules: Methods

Class Method Summary collapse

Methods included from Methods

password?

Class Method Details

.included(other) ⇒ Object



23
24
25
26
# File 'lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/password.rb', line 23

def self.included(other)
  super
  other.extend(Methods)
end