module Sack::Database::Model::Validation

Validation Module: Provides a simple entity validation framework.

Public Class Methods

included(base) click to toggle source

Included: Inject Validation Methods when included. @param [Object] base Whatever we've been included into

# File lib/sack/database/model/validation.rb, line 35
def self.included base
        base.extend ClassMethods
end