On Fri, Dec 4, 2009 at 2:59 PM, Jeremy Evans <[email protected]> wrote: > This is a bug. If it doesn't raise an error without the plugin, it > shouldn't raise an error with it. > > Is this something you want to work on? If not, I should be able to > get to it by next week.
My quick workaround: - create_boolean_readers + create_boolean_readers rescue nil Probably not the right fix, but something more nuanced might risk an undesirable level of coupling to model internals -- I'll leave it to you. -- 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.
