On Sun, Aug 19, 2012 at 1:36 AM, Kurtis Rainbolt-Greene <[email protected]> wrote: > *Using the plural form gets the same output when using it in my app*. > > Here: https://gist.github.com/3385101 >
interesting: you're not even require sequel nor showing how Database connected. 2 feedbacks: - avoid using in-memory database and sqlite3 if possible - no point if it did not work in a pry session to redefine sequel model classes: it's best to restart a new interactive pry session with fresh code. -- Christian -- 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.
