Sha256: be1ca5ec409723a6115a01b353764f9fb222b5f51eeb315f7adab7a51b3ec4aa
Contents?: true
Size: 415 Bytes
Versions: 10
Compression:
Stored size: 415 Bytes
Contents
# frozen_string_literal: true module Thredded class UserPrivateTopicReadState < ActiveRecord::Base include Thredded::UserTopicReadStateCommon belongs_to :user, class_name: Thredded.user_class, inverse_of: :thredded_private_topic_read_states belongs_to :postable, class_name: 'Thredded::PrivateTopic', inverse_of: :user_read_states end end
Version data entries
10 entries across 10 versions & 1 rubygems