module Sequel::Plugins::ValidationClassMethods::InstanceMethods

def validate

Validates the object.
def validate
  model.validate(self)
end