Sha256: de277a3684f937b70aad6a6d8a45367040f7cd71454c36201f79c996985361be

Contents?: true

Size: 161 Bytes

Versions: 26

Compression:

Stored size: 161 Bytes

Contents

class EventsUsersHistory < ActiveRecord::Base
  turntable :event_cluster, :events_user_id
  sequencer :user_seq

  belongs_to :user
  belongs_to :cards_user
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
activerecord-turntable-2.5.0 spec/models/events_users_history.rb
activerecord-turntable-3.0.0.alpha3 spec/models/events_users_history.rb
activerecord-turntable-3.0.0.alpha2 spec/models/events_users_history.rb
activerecord-turntable-2.4.0 spec/models/events_users_history.rb
activerecord-turntable-3.0.0.alpha1 spec/models/events_users_history.rb
activerecord-turntable-2.3.3 spec/models/events_users_history.rb
activerecord-turntable-2.3.2 spec/models/events_users_history.rb
activerecord-turntable-2.3.1 spec/models/events_users_history.rb
activerecord-turntable-2.3.0 spec/models/events_users_history.rb
activerecord-turntable-2.2.2 spec/models/events_users_history.rb
activerecord-turntable-2.2.1 spec/models/events_users_history.rb
activerecord-turntable-2.2.0 spec/models/events_users_history.rb
activerecord-turntable-2.1.1 spec/models/events_users_history.rb
activerecord-turntable-2.1.0 spec/models/events_users_history.rb
activerecord-turntable-2.1.0.rc2 spec/models/events_users_history.rb
activerecord-turntable-2.1.0.rc1 spec/models/events_users_history.rb
activerecord-turntable-2.1.0.beta2 spec/models/events_users_history.rb
activerecord-turntable-2.1.0.beta1 spec/models/events_users_history.rb
activerecord-turntable-2.0.6 spec/models/events_users_history.rb
activerecord-turntable-2.0.5 spec/models/events_users_history.rb