Sha256: d5530f95d4792fa26d84b72c978894d762b30db1f363ef0fbb6586183c58ad5a
Contents?: true
Size: 276 Bytes
Versions: 3
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module Followability module Followable module Associations def follow_requests followable_relationships.requested end def pending_requests followerable_relationships.requested end end end end
Version data entries
3 entries across 3 versions & 1 rubygems