Sha256: 6c19413bdb11e3e0443be34a01529332b18c4b6e7066c5143af32836eb4afd9d
Contents?: true
Size: 204 Bytes
Versions: 5
Compression:
Stored size: 204 Bytes
Contents
module AppManager module Actions extend ActiveSupport::Concern module ClassMethods def cache_response_of_app_manager around_action ApiCacheHandler.new end end end end
Version data entries
5 entries across 5 versions & 1 rubygems