Sha256: 7706d0458fef1360ce58eb07fb562fd97dd7885b621781b525e5bbb6ce545de9

Contents?: true

Size: 210 Bytes

Versions: 3

Compression:

Stored size: 210 Bytes

Contents

module Cms
  class ApplicationController < ::ApplicationController
    include Cms::AdminController
    
    before_action :no_browser_caching
    
    def no_browser_caching
      expires_now
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
browsercms-artirix-4.0.1.1 app/controllers/cms/application_controller.rb
browsercms-artirix-4.0.0.rc1.art4 app/controllers/cms/application_controller.rb
browsercms-4.0.0.rc1 app/controllers/cms/application_controller.rb