> Could you be more specific? I'm guessing you are referring to the > column methods that are autogenerated when the model is created, but > those should respect the Database object's identifier_output_method.
I am and they do. Basically, I'd like to have things work in such a way that a dataset uses the literal names of the column but the method name does not. model.some_column, by default, would return dataset[:someColumn]. >From what you've already said about identifier_output_method, I think it's same to assume there's no way to do what I'm asking for right now. On Oct 20, 5:53 pm, Jeremy Evans <[email protected]> wrote: > On Oct 20, 5:17 pm, cult hero <[email protected]> wrote: > > > I'd like to fix that. Is there something similar to > > identifier_input_method for just the method names? > > Could you be more specific? I'm guessing you are referring to the > column methods that are autogenerated when the model is created, but > those should respect the Database object's identifier_output_method. > > Thanks, > Jeremy -- 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.
