Versions in this module Expand all Collapse all v0 v0.9.1 Mar 2, 2014 v0.9.0 Feb 26, 2014 Changes in this version + type Application struct + func (c Application) Index() revel.Result + type Sample1 struct + func (c Sample1) HandleSubmit(username, firstname, lastname string, age int, ...) revel.Result + func (c Sample1) Index() revel.Result + type Sample2 struct + func (c Sample2) HandleSubmit(username, firstname, lastname string, age int, ...) revel.Result + func (c Sample2) Index() revel.Result + type Sample3 struct + func (c Sample3) HandleSubmit(user *models.User) revel.Result + func (c Sample3) Index() revel.Result + type Sample4 struct + func (c Sample4) HandleSubmit(user *models.User) revel.Result + func (c Sample4) Index() revel.Result