Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created January 21, 2018 18:25
Show Gist options
  • Save ntakouris/dae423081ce63a05efcf9c42b69dec73 to your computer and use it in GitHub Desktop.
Save ntakouris/dae423081ce63a05efcf9c42b69dec73 to your computer and use it in GitHub Desktop.
package actions
import "github.com/gobuffalo/buffalo"
// ActionNameActionActionNameHandler default implementation.
func ActionNameActionActionNameHandler(c buffalo.Context) error {
return c.Render(200, r.HTML("<action-name>/<action-name-handler>.html"))
//or
return c.Render(200, r.HTML("<action-name>/<action-name-handler>_skip_template.html"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment