Sha256: e817f378f4dc1c4044a590c180702febc6bbd27cd998b3ed8a8b083f8b86d795

Contents?: true

Size: 395 Bytes

Versions: 9

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

module TableSync
  module Receiving
    AVAILABLE_EVENTS = [:update, :destroy].freeze

    require_relative "receiving/config"
    require_relative "receiving/config_decorator"
    require_relative "receiving/dsl"
    require_relative "receiving/handler"
    require_relative "receiving/model/active_record"
    require_relative "receiving/model/sequel"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
table_sync-5.1.0 lib/table_sync/receiving.rb
table_sync-5.0.0 lib/table_sync/receiving.rb
table_sync-4.2.2 lib/table_sync/receiving.rb
table_sync-4.2.1 lib/table_sync/receiving.rb
table_sync-4.2.0 lib/table_sync/receiving.rb
table_sync-4.1.3 lib/table_sync/receiving.rb
table_sync-4.1.1 lib/table_sync/receiving.rb
table_sync-4.1.0 lib/table_sync/receiving.rb
table_sync-4.0.0 lib/table_sync/receiving.rb