module Validations::Predicates::Decimal

Public Class Methods

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