When i submitted a form then a new record was created in ‘api/risk_profiles’ controller and the action name ‘create’.
Now, i want to redirect to ‘admin/risk_profiles’ show action. Because i have upload some API process is there. currently i have used the below codes but it not performed
When i submitted a form then a new record was created in 'api/risk_profiles'
controller and the action name 'create'.
Now, i want to redirect to 'admin/risk_profiles' show action. Because i have
upload some API process is there. currently i have used the below codes but
it not performed
?? The "below codes" don't match what you're saying you want to do.
Actually admin should upload the user details to another site manually.
Now my clients need the upload process also performed when user was created a form.
So, currently i have moved the codes into helper and access in both functionality(manual and automatic).