42 43 44
# File 'lib/timely/column.rb', line 42 def cache_key [starts_at.to_i, ends_at.to_i].join(Timely.cache_separator) end