# # Project <%= @conf.appname %> # # Created using bivouac on <%= Time.now %>. # Copyright (c) <%= Time.now.year %> __My__. All rights reserved. # module <%= @conf.appname %>::Controllers class Index < R '/', '/index' def get redirect Public, "index.html" end end end