Sha256: 96287fc07d319d57c185836081315c131b60d22e8313420893063cb081adf04a
Contents?: true
Size: 174 Bytes
Versions: 1
Compression:
Stored size: 174 Bytes
Contents
module Inkwell class Following < ActiveRecord::Base belongs_to :following, :foreign_key => :followed_id belongs_to :follower, :foreign_key => :follower_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inkwell-2.0.0 | app/models/inkwell/following.rb |