Sha256: 3b933a06e72b61b92e8bc47d61fc570e01db2f286512675e86d169eec89e99a9

Contents?: true

Size: 106 Bytes

Versions: 15

Compression:

Stored size: 106 Bytes

Contents

class Comment < ActiveRecord::Base
  belongs_to :post
  belongs_to :author, :class_name => "BaseUser"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bullet-4.5.0 spec/models/comment.rb
bullet-4.4.0 spec/models/comment.rb
bullet-4.3.1 spec/models/comment.rb
bullet-4.3.0 spec/models/comment.rb
bullet-4.2.0 spec/models/comment.rb
bullet-4.1.6 spec/models/comment.rb
bullet-4.1.5 spec/models/comment.rb
bullet-4.1.4 spec/models/comment.rb
bullet-4.1.3 spec/models/comment.rb
bullet-4.1.2 spec/models/comment.rb
bullet-4.1.1 spec/models/comment.rb
bullet-4.1.0 spec/models/comment.rb
bullet-4.0.0 spec/models/comment.rb
bullet-2.3.1 spec/models/comment.rb
bullet-2.3.0 spec/models/comment.rb