Sha256: 82ed461016090e2c8a4b0533ad4ffd0a2b236c29ca7ec889cb85eae5c8029457
Contents?: true
Size: 405 Bytes
Versions: 13
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true module Thredded class UserPrivateTopicReadState < ActiveRecord::Base include 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
13 entries across 13 versions & 1 rubygems