I've found a few posts indicated that others have done this
successfully, but no real mention of how.
For example, I have an STI Mongo model(s) of Places which I want to
relate to an existing ActiveRecord model of Locations... ie Cities.
and a User model based on Authlogic... how can I use them in concert?
I'd be grateful for a pointer or two in the right direction.
Thanks,
--
You received this message because you are subscribed to the Google
Groups "MongoMapper" group.
For more options, visit this group at
http://groups.google.com/group/mongomapper?hl=en?hl=en
On Feb 13, 9:56 pm, John Nunemaker <nunema...@gmail.com> wrote:
> Just add key :location_id, Integer and make methods like location that do
> Location.find(location_id) and such.
>