Method: Flydata::Source::Sync.inherited

Defined in:
lib/flydata/source/sync.rb

.inherited(child_class) ⇒ Object

subclass has to define these constant variables SOURCE_PREFERENCE_NAME = ‘xxxxx_data_entry_preference’



13
14
15
# File 'lib/flydata/source/sync.rb', line 13

def self.inherited(child_class)
  Source.register(child_class, self)
end