Module: Maestrano::Connector::Rails::Concerns::Entity::ClassMethods

Defined in:
app/models/maestrano/connector/rails/concerns/entity.rb

Instance Method Summary collapse

Instance Method Details

#entities_listObject

Return an array of all the entities that the connector can synchronize If you add new entities, you need to generate a migration to add them to existing organizations



8
9
10
# File 'app/models/maestrano/connector/rails/concerns/entity.rb', line 8

def entities_list
  raise "Not implemented"
end