I have a model association through join table. When using `association_join` with the association multiple times, Sequel will append `_[integer]` to the join table; e.g. `joined_table...joined_table_0`. Is is possible to alias each instance of the join table without explicitly declaring each join?
-- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/d6d63388-8b47-46e3-a8a2-e0c9277364a4%40googlegroups.com.
