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

31 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 answers