class ModulesController < ApplicationController def start_choices modulecombos.keys end def filechoices? false end def get_title translate('pick a combination of modules') end def selected(str) session[:modules]=str nil end end