Sha256: 8d741c9b2d350c6cd1beedcc2a27d88db8bd2e73fb0daa0bef8dcf56e6fea5ef
Contents?: true
Size: 235 Bytes
Versions: 25
Compression:
Stored size: 235 Bytes
Contents
class TweetReaction < ActiveRecord::Base acts_as_taggable_on :tags belongs_to :tweet belongs_to :initiator, :class_name => "TwitterAccount" belongs_to :responder, :class_name => "TwitterAccount" belongs_to :reaction end
Version data entries
25 entries across 25 versions & 1 rubygems