Method: Scrivito::Workspace#publish

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

#publishObject

Publish the changes that were made to this workspace.

[View source]

238
239
240
241
242
# File 'app/cms/scrivito/workspace.rb', line 238

def publish
  publish_async.result
  Workspace.published.reload
  reset_workspace_if_current
end