module Validations::Predicates::Password
Public Class Methods
included(other)
click to toggle source
Calls superclass method
# 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