Re: [Rails] How to redirect with multiple controller

2018-03-12 Thread Hassan Schroeder
On Mon, Mar 12, 2018 at 7:31 AM, Daynthan Kabilan wrote: > I have two controllers > > 1, api/risk_profiles > 2, admin/risk_profiles > > When i submitted a form then a new record was created in 'api/risk_profiles' > controller and the action name 'create'. > > Now, i want

Re: [Rails] How to redirect with multiple controller

2018-03-12 Thread Daynthan Kabilan
Thanks for your reply Hassan, I got the solution using helper method. 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

[Rails] Job opportunity - Cleared Ruby on Rails Developer opportunity

2018-03-12 Thread nomisnerak50
Software Developer (Ruby on Rails) Location (City/State): VA - Reston Clearance Level Required:*Top Secret/SCI/Polygraph* 185K Position Requirements · 6+ years' of related software engineering experience. · Bachelors Degree in Computer Science, Engineering or a

[Rails] JOB: TS/SCI w/ FSP Cleared Ruby on Rails developer

2018-03-12 Thread nomisnerak50
Software Developer (Ruby on Rails) Location (City/State): VA - Reston Clearance Level Required:Top Secret/SCI/Polygraph 185K Position Requirements · 6+ years' of related software engineering experience. · Bachelors Degree in Computer Science, Engineering

[Rails] How to redirect with multiple controller

2018-03-12 Thread Daynthan Kabilan
Hi, I have two controllers 1, api/risk_profiles 2, admin/risk_profiles 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