Module | DataMapper::Constraints::Adapters::Extension |
In: |
lib/data_mapper/constraints/adapters/extension.rb
|
Include the corresponding Constraints module into a adapter class
@param [Symbol] const_name
demodulized name of the adapter class to include corresponding constraints module into
TODO: come up with a better way to include modules into all currently loaded and subsequently loaded Adapters
@api private