Module: ApplicationUrlsHelper

Defined in:
lib/generators/rockstart/frontend_app/application_urls/templates/application_urls_helper.rb

Overview

ApplicationUrlsHelper generated by rockstart:frontend_helpers

Instance Method Summary collapse

Instance Method Details

#url_for_authenticationObject



5
6
7
# File 'lib/generators/rockstart/frontend_app/application_urls/templates/application_urls_helper.rb', line 5

def url_for_authentication
  root_url # TODO: Provide url for authentication page
end

#url_for_landing_pageObject



9
10
11
# File 'lib/generators/rockstart/frontend_app/application_urls/templates/application_urls_helper.rb', line 9

def url_for_landing_page
  root_url # TODO: Provide url for landing page
end

#url_for_user_dashboardObject



13
14
15
# File 'lib/generators/rockstart/frontend_app/application_urls/templates/application_urls_helper.rb', line 13

def url_for_user_dashboard
  root_url # TODO: Provide url for user dashboard link
end