Method: Scrivito::Workspace#reload

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

#reloadObject

Reloads this workspace to reflect the changes that were made to it concurrently since it was loaded.

[View source]

193
194
195
# File 'app/cms/scrivito/workspace.rb', line 193

def reload
  update_data(method(:fetch_workspace_data))
end