Sha256: f9147298fcb791d87981920798d9f3b0d729c6c299d246cda9bfab806489b27f

Contents?: true

Size: 179 Bytes

Versions: 41

Compression:

Stored size: 179 Bytes

Contents

class AnotherPostComment < ActiveRecord::Base
  belongs_to :post, class_name: 'AnotherPost', foreign_key: 'another_post_id', primary_key: 'another_id'
  counter_culture :post
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
counter_culture-2.2.2 spec/models/another_post_comment.rb
counter_culture-2.2.1 spec/models/another_post_comment.rb
counter_culture-2.2.0 spec/models/another_post_comment.rb
counter_culture-2.1.4 spec/models/another_post_comment.rb
counter_culture-2.1.3 spec/models/another_post_comment.rb
counter_culture-2.1.2 spec/models/another_post_comment.rb
counter_culture-2.1.1 spec/models/another_post_comment.rb
counter_culture-2.1.0 spec/models/another_post_comment.rb
counter_culture-2.0.1 spec/models/another_post_comment.rb
counter_culture-2.0.0 spec/models/another_post_comment.rb
counter_culture-1.12.0 spec/models/another_post_comment.rb
counter_culture-1.11.0 spec/models/another_post_comment.rb
counter_culture-1.10.0 spec/models/another_post_comment.rb
counter_culture-1.9.2 spec/models/another_post_comment.rb
counter_culture-1.9.1 spec/models/another_post_comment.rb
counter_culture-1.9.0 spec/models/another_post_comment.rb
counter_culture-1.8.2 spec/models/another_post_comment.rb
counter_culture-1.8.1 spec/models/another_post_comment.rb
counter_culture-1.8.0 spec/models/another_post_comment.rb
counter_culture-1.7.0 spec/models/another_post_comment.rb