Sha256: 1fa48930e6ea7e0ca5d61fb0d3d5e190b9e9b663146b0727c43753b28acf0bf6
Contents?: true
Size: 328 Bytes
Versions: 26
Compression:
Stored size: 328 Bytes
Contents
class CardsUser < ActiveRecord::Base turntable :user_cluster, :user_id sequencer :user_seq belongs_to :user belongs_to :card has_many :cards_users_histories has_many :events_users_histories has_many :events_users_histories_with_foreign_shard_key, class_name: "EventsUsersHistory", foreign_shard_key: :user_id end
Version data entries
26 entries across 26 versions & 1 rubygems