Turns out models can't figure it out on after the class has been created. Fixed the order of the create table and the require and things worked.
On Sat, Aug 18, 2012 at 6:36 PM, 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 > > On Sat, Aug 18, 2012 at 6:14 PM, Christian MICHON > <[email protected]> wrote: >> On Sat, Aug 18, 2012 at 11:30 PM, Kurtis Rainbolt-Greene >> <[email protected]> wrote: >>> Using the plural form gets the same output, so yes, I did read the README. >>> >> >> Then please read again Jeremy's answer. >> >> This is what you're doing wrong: >> db.create_table :example >> >> You should be doing: >> db.create_table :examples >> >> I for one find the docs very clear and concise. >> >> Please have a look at http://sequel.rubyforge.org/rdoc/files/README_rdoc.html >> >> -- >> 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. >> > > > > -- > Kurtis Rainbolt-Greene, Hacker > Difference Engineers, LLC > 1631 8th Street > New Orleans, LA 70115 -- Kurtis Rainbolt-Greene, Hacker Difference Engineers, LLC 1631 8th Street New Orleans, LA 70115 -- 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.
