Module: FollowersHelper
- Defined in:
- app/helpers/followers_helper.rb
Instance Method Summary collapse
Instance Method Details
#follow_link_class(contact) ⇒ Object
2 3 4 |
# File 'app/helpers/followers_helper.rb', line 2 def follow_link_class(contact) "follow-link-#{ dom_id contact }" end |