module Validations::Predicates::Dates

Public Class Methods

included(other) click to toggle source
Calls superclass method
# File lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/dates.rb, line 28
def self.included(other)
  super
  other.extend(Methods)
end