require 'al_template' class HelloController < AlController def action_index() THIS_IS_ERROR! @my_message = "Hello world." AlTemplate.run("./index.rhtml") end end