I am creating a model called Equipment but when I check my database the table name is called Equipment, I was expecting the plural to be generated. Used the same method for all of my other models but they were created in plural, is there something with the word Equipment that is throwing off the table name to the singular instead of the plural. Here is the command I used:
ruby script/generate model Equipment exists:string date:date location:references item:references state:reference Thanks, Faheem Merchant --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
