Sha256: 80c690f56c34bd91ce0eb49404c97d8dadaac31a40c59675b8fbb2041a2409ea
Contents?: true
Size: 210 Bytes
Versions: 25
Compression:
Stored size: 210 Bytes
Contents
class TwitterRelationship < ActiveRecord::Base acts_as_taggable_on :tags, :relationships belongs_to :friend, :class_name => "TwitterAccount" belongs_to :follower, :class_name => "TwitterAccount" end
Version data entries
25 entries across 25 versions & 1 rubygems