render :action "call method first?"

I usually set up another method called "set_up_country_list" or whatever, which sets up the instance variables that you need. Then your original "thing" method, and this other action, can both call "set_up_country_list" before rendering the view.

Chris