module Ciesta

Constants

FieldNotDefined

Error for missing field definition

VERSION
ViolatesConstraints

Error for violating constraints

Public Class Methods

included(base) click to toggle source
# File lib/ciesta.rb, line 16
def self.included(base)
  base.extend(ClassMethods)
  base.include(InstanceMethods)
end