Abhishek Kalia

Joined

30 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Ember Features and Where to Find Them Discussion

Hi. I usually deploy alpha level rails apps to Heroku. Considering I am using an ember frontend with rails now. How will I go about deploying?

Fixed it. I just inherited Devise::ParameterSanitizer to Admin::ParameterSanitizer and User::ParameterSanitizer and wrote my logic for all pages, sign_in sign_up etc. as separate mthods. Works just fine.

How do permit strong parameters if I have multiple devise models?