Would anyone be interested in an enhancement to sequel-annotate that scans the files in question to see if there are more tables than the primary table to include that?
For example: class Category < Sequel::Model # table categories class Tree < Sequel::Model(:category_trees) end end This could output the structure for both `categories` and `category_trees` in the file. I haven’t written this code yet, but I wanted to gauge interest. -a -- Austin Ziegler • [email protected] • [email protected] http://www.halostatue.ca/ • http://twitter.com/halostatue -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
