Sha256: 4e6b0486e0effe8216864d6efd65d94ac2f10402bd3f9a0281f05c93c5c0ad57

Contents?: true

Size: 118 Bytes

Versions: 9

Compression:

Stored size: 118 Bytes

Contents

module Thredded
  class PrivateUser < ActiveRecord::Base
    belongs_to :private_topic
    belongs_to :user
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thredded-0.0.12 app/models/thredded/private_user.rb
thredded-0.0.10 app/models/thredded/private_user.rb
thredded-0.0.9 app/models/thredded/private_user.rb
thredded-0.0.8 app/models/thredded/private_user.rb
thredded-0.0.7 app/models/thredded/private_user.rb
thredded-0.0.6 app/models/thredded/private_user.rb
thredded-0.0.5 app/models/thredded/private_user.rb
thredded-0.0.4 app/models/thredded/private_user.rb
thredded-0.0.3 app/models/thredded/private_user.rb