def r_return
if var
begin
User.transaction do
#code here
end
render :text => html
return
rescue => e
#rescue here
end
else
redirect_to root_path
end
#it has to been render at the end?
#render :text => html
end
что не так с моим кодом?не может сделать это начало ... конец блока?или что-то мне не хватает?