Sha256: 7f523a371bab3bd2a755d09cd9107164566bfef0cef73a8e209c0f7ef235b63e
Contents?: true
Size: 212 Bytes
Versions: 9
Compression:
Stored size: 212 Bytes
Contents
module SnowmanIO class Following include Mongoid::Document belongs_to :user, inverse_of: "following_joins" belongs_to :target, class_name: "SnowmanIO::User", inverse_of: "follower_joins" end end
Version data entries
9 entries across 9 versions & 1 rubygems