Sha256: e56c2e94fe9ec52263d20731da375b6157cb92e2bca4f56ee6aa00a7f45b2fd8

Contents?: true

Size: 161 Bytes

Versions: 6

Compression:

Stored size: 161 Bytes

Contents

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

  validates :post, presence: true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bullet-5.7.4 spec/models/comment.rb
bullet-5.7.3 spec/models/comment.rb
bullet-5.7.2 spec/models/comment.rb
bullet-5.7.1 spec/models/comment.rb
bullet-5.7.0 spec/models/comment.rb
bullet-5.6.1 spec/models/comment.rb