Module: FollowersHelper

Defined in:
app/helpers/followers_helper.rb

Instance Method Summary collapse

Instance Method Details



2
3
4
# File 'app/helpers/followers_helper.rb', line 2

def follow_link_class(contact)
  "follow-link-#{ dom_id contact }"
end