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