On Mar 18, 4:05 am, John Anderson <[email protected]> wrote: > Is there a way (a plugin, maybe) that can take an ActiveRecord options > hash (the kind you pass to the find method) and translate it to > something a Sequel::Dataset or Sequel::Model will understand?
Not currently, but it's not too difficult to do. Most AR find options can be mapped to a Sequel dataset method easily. If this is something you want, I'd recommend adding a model plugin to do it. I'll be happy to help if you run into problems. 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.
