Class: Cms::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Includes:
AdminController
Defined in:
app/controllers/cms/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#no_browser_cachingObject



7
8
9
# File 'app/controllers/cms/application_controller.rb', line 7

def no_browser_caching
  expires_now
end