Displaying 1 result from an estimated 1 matches for "userofduration".
2006 Mar 18
1
rails-y way to handle quasi-numeric type
I have a class called Duration that represents a unit of time. It has lots
of time-related methods and an attribute that represents the duration in
seconds.
I want to store it in my db. I had a column type of NUMERIC, so if i save
it, rails trys to coerce it to a float automagically and fails.
I need to display it and store it as a number but treat it in the middle
layer as a Duration so I can