6 lines
159 B
Ruby
6 lines
159 B
Ruby
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
# load get => read alias
|
|
require 'active_support/cache/store'
|
|
|
|
Cache = Rails.cache
|