I have a model User. Now i need all the associations details of the same from console. And need to know whether it is a one-one or one-many.Is there any method to do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
This will return an array of associations similar to this:
Sample code:
|
|||
|
|
|
But, how do you create the records through console? For example in my case, for the class
Now I create a user, but I'd like at the same time to create its data for the calls_data table, how do I do it?
Thanks a lot! |
|||||
|
|
Because I'm a new user, I am unable to clarify/reply to other's posts. I'll note that you need to reload the rails console before checking any changes in associations. |
|||
|
|