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 + var Dbm *gorp.DbMap + func InitDB() + type Application struct + func (c Application) AddUser() revel.Result + func (c Application) Index() revel.Result + func (c Application) Login(username, password string, remember bool) revel.Result + func (c Application) Logout() revel.Result + func (c Application) Register() revel.Result + func (c Application) SaveUser(user models.User, verifyPassword string) revel.Result + type GorpController struct + Txn *gorp.Transaction + func (c *GorpController) Begin() r.Result + func (c *GorpController) Commit() r.Result + func (c *GorpController) Rollback() r.Result + type Hotels struct + func (c Hotels) Book(id int) revel.Result + func (c Hotels) CancelBooking(id int) revel.Result + func (c Hotels) ConfirmBooking(id int, booking models.Booking) revel.Result + func (c Hotels) Index() revel.Result + func (c Hotels) List(search string, size, page int) revel.Result + func (c Hotels) SaveSettings(password, verifyPassword string) revel.Result + func (c Hotels) Settings() revel.Result + func (c Hotels) Show(id int) revel.Result