Created
May 13, 2023 21:59
-
-
Save rafamaciel/6e78a717e83c4081ebc5cb66fd84b852 to your computer and use it in GitHub Desktop.
coal_router_examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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