Hi, I have non-ActiveRecord Ruby classes that I use for numerical (and other) processing as part of an API service.
I seem to recall that AR will cast attributes, say, from a params hash, into the data type expected for the attribute. That is useful, and I'm missing that feature in my non-AR classes. Has anyone considered this challenge in their own work, and, if so, what mechanism (existing modules or code snippets) would they propose as a way to introduce casting? Thanks, Grar -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: 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/rubyonrails-talk?hl=en.

