Sha256: 3ff70b4481bf31ce076bd6318a22af8fc3395f696a22e7f45195d7c5f41c4b84

Contents?: true

Size: 334 Bytes

Versions: 13

Compression:

Stored size: 334 Bytes

Contents

class TournamentSynchronizer < Synchronisable::Synchronizer
  has_many :stages

  remote_id :tour_id

  mappings(
    :eman       => :name,
    :eman_trohs => :short_name,
    :gninnigeb  => :beginning,
    :gnidge     => :ending,
    :tnerruc_si => :is_current
  )

  only :name, :beginning, :ending

  gateway TournamentGateway
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
synchronisable-1.0.7 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-1.0.6 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-1.0.5 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-1.0.4 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-1.0.3 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-1.0.2 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-1.0.1 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-1.0.0 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-0.0.9 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-0.0.8 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-0.0.7 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-0.0.6 spec/dummy/app/synchronizers/tournament_synchronizer.rb
synchronisable-0.0.5 spec/dummy/app/synchronizers/tournament_synchronizer.rb