On Mar 19, 3:52 pm, Scott LaBounty <[email protected]> wrote: > I posted a summary/tutorial of this on my blog > (http://steamcode.blogspot.com/). Let me know of any errors, omissions, > clarifications, etc.
Looks good. drop_table takes multiple table name arguments, so you could do: drop_table(:books, :authors, :authors_books) It's mostly a preference thing, though. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
