Hello, I've been having some problems with the word "address" in terms of pluralization and singularization of a field name. When I try to name my model 'Ipaddress' it produces new methods like the following...
:ipaddress_id :ipaddress_id= :ipaddress_dataset :ipaddress :add_ipaddres <----- missing an 's' :remove_ipaddres <-also missing an 's' :remove_all_ipaddress For the two incorrectly named methods I cannot seem to find the cause of to fix it. I was hoping someone here might have an answer. I'm using Ruby 1.9.3p194 and sequel (3.40.0). -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/i2Jbbr2BET4J. 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.
