Skip to content

Instantly share code, notes, and snippets.

@rafamaciel
Created May 13, 2023 21:59
Show Gist options
  • Save rafamaciel/6e78a717e83c4081ebc5cb66fd84b852 to your computer and use it in GitHub Desktop.
Save rafamaciel/6e78a717e83c4081ebc5cb66fd84b852 to your computer and use it in GitHub Desktop.
coal_router_examples
package config
Config.Router.Configure(
Route{ get: "/posts/:id", to: "posts#show" },
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment