Sha256: e60fe08d3cb2f9f0af8ffab347dbb344410de7b843b1f5555fc76ac6db4245f0

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

module Qor
  class CacheController < ActionController::Base
    include Qor::CacheHelper

    def includes
      render :text => render_qor_cache_includes(params[:path], request.fullpath)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
qor_cache-0.0.3 app/controllers/qor/cache_controller.rb