Module: LinkToProfileHelper
- Defined in:
- lib/link_to_profile/helpers/link_to_profile_helper.rb
Instance Method Summary collapse
Instance Method Details
#link_to_profile(options) ⇒ Object
2 3 4 |
# File 'lib/link_to_profile/helpers/link_to_profile_helper.rb', line 2 def link_to_profile() ProfileLinkGenerator.new().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() ProfileLinkGenerator.new().url end |