Any idea how to create and save a new User object with devise from the ruby console?
When i tried to save it, I'm getting always false. I'm guessing i'm missing something but i can't find any info related.
Thank you.
|
Any idea how to create and save a new User object with devise from the ruby console? When i tried to save it, I'm getting always false. I'm guessing i'm missing something but i can't find any info related. Thank you.
| |||||||||
feedback
|
|
You can add false to the save method to skip the validations if you want.
Otherwise I'd do this
| |||||||||
feedback
|
|
You should be able to do this using
if this returns false, you can call
to see what's gone wrong. | |||||||||||
feedback
|