Displaying 1 result from an estimated 1 matches for "original_default".
2007 Sep 03
0
Change the datatype of an attribute?
...sociates Degree'',''Bachelors Degree'',''Some Grad
School'',''Masters Degree'',''PhD Candidate'',''PhD'')", @precision=nil,
@default=nil, @limit=0, [b]@type=:date[/b], @name="educations_allowed",
@original_default="", @null=false>
I put into bold where its defining the type of this set as a :date.
Where can I override this behavior so my program stops casting the
strings I need to put there into dates?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~-...