Just wanted to let you know that a fairly significant commit just went in relating to how models are created from datasets. This will mostly affect plugin authors and code that deals with Sequel's internals, I don't anticipate that many applications will be affected by this directly. Basically, it changes the code so that:
Model.dataset.model == Model Before this, you had: Model.dataset.opts[:models][nil] == Model Anyway, opts[:models] for Model datasets is not used any longer, nor is opts[:polymorphic_key]. See the related commit if you would like details (http://github.com/jeremyevans/sequel/commit/ de531f7874c7c547a80217b2b55d08db90b6f166) Thanks, 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 -~----------~----~----~----~------~----~------~--~---
