Sha256: becb38a07f050d7c0a4f627d3faa793c02916c6a76a48fadb982aa6341df77c2
Contents?: true
Size: 336 Bytes
Versions: 39
Compression:
Stored size: 336 Bytes
Contents
class Maestrano::Connector::Rails::Entity include Maestrano::Connector::Rails::Concerns::Entity # 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 def self.entities_list %w(entity1 entity2) end end
Version data entries
39 entries across 39 versions & 1 rubygems