Module: Followability::Followable::Associations

Defined in:
lib/followability/followable/associations.rb

Instance Method Summary collapse

Instance Method Details

#follow_requestsObject



6
7
8
# File 'lib/followability/followable/associations.rb', line 6

def follow_requests
  followable_relationships.requested
end

#pending_requestsObject



10
11
12
# File 'lib/followability/followable/associations.rb', line 10

def pending_requests
  followerable_relationships.requested
end