module <%= @appname %>::Controllers class Root < R '/', '/index' def get redirect Public, "index.html" end end end