How can I set a custom path helper for a Resource in go Buffalo?

65 Views Asked by At

With a GET route, I can do

        app.GET("/", HomeHandler).Name("CustomName")

But with a Resource, the .Name() function is no longer available

0

There are 0 best solutions below