Sha256: 79f3bbd9b73cf6f8429513be910f4dab4a0bee20a1c04c2ae566f3bc80b9bf36
Contents?: true
Size: 359 Bytes
Versions: 4
Compression:
Stored size: 359 Bytes
Contents
# -*- encoding : utf-8 -*- module LoyalCore # class LikeTrack < ActiveRecord::Base attr_accessible :position # self.acts_as_tiny_cached self.loyal_core_acts_as_creator_able belongs_to :target, :polymorphic => true, :counter_cache => :liked_count validates_uniqueness_of :created_by, :scope => [:target_id, :target_type] end end
Version data entries
4 entries across 4 versions & 1 rubygems