Sha256: c13b58d41c49dae2ae89e8eaf57e03b01319da4f553b5e458b9e2de6b40b86e5

Contents?: true

Size: 153 Bytes

Versions: 4

Compression:

Stored size: 153 Bytes

Contents

module CollectionCacheKey
  module ActiveRecord
    def self.stores_local_time?
      ::ActiveRecord::VERSION::STRING.start_with? '3.'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activerecord-collection_cache_key-0.1.3 lib/collection_cache_key/active_record.rb
activerecord-collection_cache_key-0.1.2 lib/collection_cache_key/active_record.rb
activerecord-collection_cache_key-0.1.1 lib/collection_cache_key/active_record.rb
activerecord-collection_cache_key-0.1.0 lib/collection_cache_key/active_record.rb