Method: Edr::Model::ClassMethods#_new_instance

Defined in:
lib/edr/model.rb

#_new_instance(hash = {}) ⇒ Object



82
83
84
# File 'lib/edr/model.rb', line 82

def _new_instance hash = {}
  Registry.data_class_for(self).new hash
end