Sha256: 1e38821cd2b4e68a6ff8b9ee829e424bf52bd3694eda45f9436faf65f3e59b04
Contents?: true
Size: 116 Bytes
Versions: 4
Compression:
Stored size: 116 Bytes
Contents
module SocialFeature class Like < ActiveRecord::Base belongs_to :post attr_accessible :post_id end end
Version data entries
4 entries across 4 versions & 1 rubygems