can we go to another action from view page
|
|
Hi, i want to go to another action from view page when view page loaded. in general we use <= render :partial=>”list”> for goto another view page.same as i want to goto another action. is it possible .i used <= render :action=>”action1”> but it’s not working in view. thanks in advance |