Module: Crm::LiveEventsHelper

Defined in:
app/helpers/crm/live_events_helper.rb

Instance Method Summary collapse

Instance Method Details

#air_date_in_words(air_date) ⇒ Object



2
3
4
# File 'app/helpers/crm/live_events_helper.rb', line 2

def air_date_in_words air_date
  "#{'in' if Time.current <= air_date} #{distance_of_time_in_words_to_now(air_date)} #{'ago' if Time.current > air_date}"
end