RailsCasts Pro episodes are now free!

Learn more or hide this

Som Poddar's Profile

GitHub User: som-poddar

Site: www.sombit.com/som

Comments by Som Poddar

Avatar

I am trying to build a PoC (proof of concept) for 1-N relationship with Mongoid following this particular tutorial. I have built 'Blog' & 'Comment' controller. But everytime, I am trying to add a new comment I run into an exception.

More details, here http://stackoverflow.com/questions/23506752/mongoid-1-n-relationship-one-to-many-in-rails-4

can someone help me out? Thanks in advance.

And the source code is here Link
SP