Displaying 1 result from an estimated 1 matches for "delete_company".
2010 Mar 02
1
Redirect issue
...nality it should redirect to list page. Everything was working
fine for last two months suddenly from yetserday the page was not
redirected properly to list page after add or delete. That too it works
fine in firefox but doesnt redirect in IE.
Could anyone please suggest on this issue.
Code:
def delete_company
#------------
if params[:id] and params[:id1]
@policy = PolicySetting.find_by_id(params[:id])
@policyinfo = PolicySetting.find_by_id(params[:id1])
@policy_name = @policy.policy_name
if !(@policyinfo.nil?)
@policy_count = PolicySetting.find(:all, :conditions...