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