Class: Tr8nClientSdk::CacheController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/tr8n_client_sdk/cache_controller.rb

Instance Method Summary collapse

Instance Method Details

#upgradeObject



34
35
36
37
# File 'app/controllers/tr8n_client_sdk/cache_controller.rb', line 34

def upgrade
  Tr8n.cache.upgrade_version
  redirect_to(request.env['HTTP_REFERER'] || '/')
end