Method: Datamappify::Data::Provider::CommonProvider::ModuleMethods#records_namespace
- Defined in:
- lib/datamappify/data/provider/common_provider.rb
#records_namespace ⇒ Module (private)
The namespace for the data records, e.g. Datamappify::Data::Record::ActiveRecord
80 81 82 |
# File 'lib/datamappify/data/provider/common_provider.rb', line 80 def records_namespace @records_namespace ||= Data::Record.const_set(class_name, Module.new) end |