SAVEPOINT

This commit is contained in:
luke.rodham
2017-11-10 10:52:11 +00:00
parent a189881568
commit 59301c7622
12 changed files with 455 additions and 7 deletions
+1 -3
View File
@@ -5,8 +5,6 @@ import (
"net/http"
"net/url"
"github.com/gobuffalo/plush"
"github.com/gobuffalo/buffalo/render"
)
@@ -70,7 +68,7 @@ func (d *DefaultContext) Value(key interface{}) interface{} {
}
func (d *DefaultContext) Render(status int, rr render.Renderer) error {
p := plush.NewContext()
//p := plush.NewContext()
/*if rr != nil {
data := d.data