Displaying 1 result from an estimated 1 matches for "valid_thru".
Did you mean:
valid_term
2006 Mar 17
3
Timestamps casted to nil?
...to be casted to nil. From console:
>> me = User.find(''PS12345'')
=> #<User:0x2379788 @attributes={"mtime"=>"01.03.2006 13:26:32.737166",
"valid"=>"8", "valid_from"=>"01.03.1999 14:09:21 CET",
"valid_thru"=>nil, "lastlogin"=>"13.03.2006 16:04:58",
"password"=>"cbd8f7984c654c25512e3d9241ae569f", "login"=>"PS12345",
"email"=>"jan.foeh@parship.de"}>
>> puts me.valid_from
nil
=> nil
Using...