Module: LinkToProfileHelper

Defined in:
lib/link_to_profile/helpers/link_to_profile_helper.rb

Instance Method Summary collapse

Instance Method Details



2
3
4
# File 'lib/link_to_profile/helpers/link_to_profile_helper.rb', line 2

def link_to_profile(options)
  ProfileLinkGenerator.new(options).link
end

#url_to_profile(options) ⇒ Object



6
7
8
# File 'lib/link_to_profile/helpers/link_to_profile_helper.rb', line 6

def url_to_profile(options)
  ProfileLinkGenerator.new(options).url
end