Today I discovered something awesome (and I'm proud of myself because I was about to ask around here).
identifier_input_method and identifier_output_method. They rule and they're the kind of methods that remind me why this ORM is probably my favorite thing in Ruby. With that said, before I go potentially digging and patching, here's my dilemma: I'm working with an existing schema and they use camelcase for everything. Even the columns are named that way. As a result the automatically generated method names look really unnatural with the rest of the Ruby code. I'd like to fix that. Is there something similar to identifier_input_method for just the method names? (Fortunately, at least now everything isn't getting forced to lowercase.) -- 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.
