I have a record foo in the database which has :start_time and :timezone attributes.
The :start_time is a Time in UTC - 2001-01-01 14:20:00, for example.
The :timezone is a string - America/New_York, for example.
I …
Rails has an helper which converts distance of time in words using distance_of_time_in_words
What do I need to include if I am just using ruby at the irb prompt to get this function?
I tried require …