Module: Iqvoc::Configuration::Sync::ClassMethods

Defined in:
lib/iqvoc/configuration/sync.rb

Instance Method Summary collapse

Instance Method Details

#syncable_classesObject



21
22
23
# File 'lib/iqvoc/configuration/sync.rb', line 21

def syncable_classes
  self.syncable_class_names.map { |name| name.constantize }
end