Module: DomainDriven
- Defined in:
- lib/domain_driven/model.rb,
lib/domain_driven.rb,
lib/domain_driven/entity.rb,
lib/domain_driven/errors.rb,
lib/domain_driven/service.rb,
lib/domain_driven/version.rb,
lib/domain_driven/criteria.rb,
lib/domain_driven/repository.rb,
lib/domain_driven/block_active_record.rb
Overview
Thanks to Jim Weirich for the concepts in this class. Extracted from github.com/jimweirich/wyriki domain_driven would not be possible without this critical part.
Defined Under Namespace
Modules: BlockActiveRecord, Collection, Model, Repository Classes: Criteria, Entity, Error, Message, NotAuthorizedError, RecordNotFound, Service, ServiceOrganizer
Constant Summary collapse
- VERSION =
"0.0.8.3"
- ActiveRecordNotAvailableError =
Class.new(StandardError)