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

     1  [{
     2      "path": "actions/admins.go",
     3      "contains": [
     4              "users := &models.Users{}"
     5          ]
     6      },
     7      {
     8      "path": "models/admin.go",
     9      "absent": true
    10  },{
    11      "path": "models/admin_test.go",
    12      "absent": true
    13  },{
    14      "path": "migrations/*_create_admins.up.fizz",
    15      "absent": true
    16  },{
    17      "path": "migrations/*_create_admins.down.fizz",
    18      "absent": true
    19  }]