module ApplicationUrls

ApplicationUrls generated by rockstart:frontend_helpers

Protected Instance Methods

url_for_authentication() click to toggle source
# File lib/generators/rockstart/frontend_app/application_urls/templates/application_urls.rb, line 15
def url_for_authentication
  root_url # TODO: Provide url for authentication page
end
url_for_landing_page() click to toggle source
# File lib/generators/rockstart/frontend_app/application_urls/templates/application_urls.rb, line 19
def url_for_landing_page
  root_url # TODO: Provide url for landing page
end
url_for_user_dashboard() click to toggle source
# File lib/generators/rockstart/frontend_app/application_urls/templates/application_urls.rb, line 23
def url_for_user_dashboard
  root_url # TODO: Provide url for user dashboard link
end