Method: Scrivito::Workspace#reload
- Defined in:
- app/cms/scrivito/workspace.rb
permalink #reload ⇒ Object
Reloads this workspace to reflect the changes that were made to it concurrently since it was loaded.
193 194 195 |
# File 'app/cms/scrivito/workspace.rb', line 193 def reload update_data(method(:fetch_workspace_data)) end |