my question is: I need to access one action after another Controller action is accessed, completed and rendered and the second reason action will have another rendering. Observers thought to use, but from what I read they deal only with Models.
def action_1
render :xml => {:success => "Msg success."}
end
def action_2
render :nothing => "", :locals => {:scheduling_id => scheduling_id}
end