Yes, table names are not pluralized in ErlyDB. The only pluralization that happens is in functions that fetch many records in x-to-many relations, e.g. if you have 'shelf' and 'book' table and a shelf has many books the generated functions would look like 'shelf:books()'.
On Sun, Aug 31, 2008 at 6:25 PM, 5hundy <[EMAIL PROTECTED]> wrote: > >> <%@ detail(Entry) %> >> >> this defines the function detail and binds Entry to the first and only >> parameter passed in. Other functions can be defined in this manner. > > Okay, yes at least the first two make sense now. I think I pretty much > understand the tutorial now. > > Can anyone help me with the href issue? > > Something else I've been wondering - I'm used to pluralizing table > names as the standard in Rails. Based on the tutorials and blog posts, > it seems like singular is the standard. Should I stick to that? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" 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/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
