Module: Followability::Followable::Associations
- Defined in:
- lib/followability/followable/associations.rb
Instance Method Summary collapse
Instance Method Details
#follow_requests ⇒ Object
6 7 8 |
# File 'lib/followability/followable/associations.rb', line 6 def follow_requests followable_relationships.requested end |
#pending_requests ⇒ Object
10 11 12 |
# File 'lib/followability/followable/associations.rb', line 10 def pending_requests followerable_relationships.requested end |