github.com/jacobsoderblom/buffalo@v0.11.0/buffalo/cmd/filetests/generate_action_with_method.json (about)

     1  [
     2      {
     3          "path": "actions/users.go",
     4          "contains": [
     5              "func UsersCreate(c buffalo.Context) error {"
     6          ]
     7      },
     8      {
     9          "path": "templates/users/update.html",
    10          "absent": true
    11      },
    12      {
    13          "path": "actions/app.go",
    14          "contains": ["app.POST(\"/users/update\", UsersUpdate)"]
    15      }
    16  ]