Method: Timely::Column#cacheable?

Defined in:
lib/timely/column.rb

#cacheable?Boolean

only cache values when the period is over

Returns:

  • (Boolean)


47
48
49
# File 'lib/timely/column.rb', line 47

def cacheable?
  ends_at < Time.zone.now
end