@Paul:
Do you mean this:

module Product
  class UserAccount
     include DataMapper::Resource

     storage_names[:default] = 'user_accounts'
   end
end


http://datamapper.org/why.html

On Dec 15, 7:36 am, MarkMT <[email protected]> wrote:
> Ok, I guess I slightly misunderstood, but I still suspect that
> the :through option is the closest solution to what you are looking
> for. It sounds like you want DM (well rake) to automatically generate
> a join table with a name that you choose, but you don't want to
> declare a model for that table? AFAIK that isn't possible - if you
> don't want to accept the default table name I think you have to define
> a model for the table you actually want created.
>
> On Dec 14, 4:10 pm, Paul Dlug <[email protected]> wrote:
>
> > On Mon, Dec 14, 2009 at 5:01 PM, MarkMT <[email protected]> wrote:
> > > Not unless I'm misunderstanding what you mean. It's the name of the
> > > join model. See the second example here 
> > > -http://datamapper.org/docs/associations.html.
>
> > Right, it's the join *model*. This is for the case of a polymorphic
> > association where it is through a model like. My case is just a flat
> > many-to-many but I want to override the generated name of the table in
> > the association.

--

You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en.


Reply via email to