Method: Scrivito::Workspace#rebase

Defined in:
app/cms/scrivito/workspace.rb

#rebaseObject

Note:

This action is not required for auto-updated workspaces.

Rebases the current workspace from the published content in order to integrate the changes that were published in the meantime.

[View source]

254
255
256
257
# File 'app/cms/scrivito/workspace.rb', line 254

def rebase
  rebase_async.result
  reload
end