class TestController < ApplicationController def extras @result='hello!' end def start_choices [] end def filechoices? false end def get_title 'testing...' end end