Skip to content

Instantly share code, notes, and snippets.

@lujanfernaud
Created January 28, 2020 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lujanfernaud/ef8fba7ba30009a919129cbf17b2bd6b to your computer and use it in GitHub Desktop.
Save lujanfernaud/ef8fba7ba30009a919129cbf17b2bd6b to your computer and use it in GitHub Desktop.
Rails: URL Helpers

Rails: URL Helpers

Access path helpers from outside controllers.

Rails.application.routes.url_helpers
Rails.application.routes.url_helpers.dashboard_path
Rails.application.routes.url_helpers.users_path
Rails.application.routes.url_helpers.pages_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment