Sha256: 9becfd6882614c51352703468c9669604cf3570493c5464f65b28053bef10b06

Contents?: true

Size: 126 Bytes

Versions: 18

Compression:

Stored size: 126 Bytes

Contents

class Comment < ActiveRecord::Base
  belongs_to :post, inverse_of: :comments
  belongs_to :author, class_name: "BaseUser"
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
bullet_instructure-4.0.5 spec/models/comment.rb
bullet-4.14.2 spec/models/comment.rb
bullet-4.14.0 spec/models/comment.rb
bullet-4.13.2 spec/models/comment.rb
bullet-4.13.1 spec/models/comment.rb
bullet_instructure-4.0.3 spec/models/comment.rb
bullet-4.13.0 spec/models/comment.rb
bullet-4.12.0 spec/models/comment.rb
bullet_instructure-4.0.2 spec/models/comment.rb
bullet-4.11.3 spec/models/comment.rb
bullet-4.11.2 spec/models/comment.rb
bullet-4.11.1 spec/models/comment.rb
bullet-4.11.0 spec/models/comment.rb
bullet-4.10.0 spec/models/comment.rb
bullet-4.9.0 spec/models/comment.rb
bullet-4.8.0 spec/models/comment.rb
bullet-4.7.1 spec/models/comment.rb
bullet-4.7.0 spec/models/comment.rb