github.com/mayra-cabrera/buffalo@v0.9.4-0.20170814145312-66d2e7772f11/buffalo/cmd/filetests/generate_resource_nested.json (about) 1 [ 2 { 3 "path": "actions/admin_planes.go", 4 "contains": [ 5 "type AdminPlanesResource struct", 6 "func (v AdminPlanesResource)" 7 ] 8 }, 9 { 10 "path": "actions/admin_planes_test.go", 11 "contains": [ 12 "package actions_test", 13 "Test_AdminPlanesResource_List" 14 ] 15 }, 16 { 17 "path": "locales/admin/planes.en-us.yaml", 18 "contains": [ 19 "translation: \"Plane was successfully created.\"" 20 ] 21 }, 22 { 23 "path": "templates/admin/planes/_form.html", 24 "contains": [ 25 "<button class=\"btn btn-success\" role=\"submit\">Save</button>" 26 ] 27 }, 28 { 29 "path": "templates/admin/planes/index.html", 30 "contains": [ 31 "newAdminPlanesPath()" 32 ] 33 } 34 ]