anlek/mongify

Are both notations accepted?

Closed this issue · 2 comments

What is the difference between :references => :posts vs :references => "posts"?
And :embed_in => :posts vs :embed_in => "posts"?

Are the 2 notations equivalent?

I believe so, but I'm unable to verify this today. I will let you know once I confirm. Are you having an issue with one notation that isn't present with another?

I am unable to embed a table and I tried both notations without success. Just wanted to make sure I am using the proper syntax.