Method: Zena::Use::Workflow#save_without_clone

Defined in:
lib/zena/use/workflow.rb

#save_without_cloneObject

Used when we want to save changed properties without changing author and/or creating new versions. This is needed when we want to synchronise some properties with an external application.



533
534
535
536
# File 'lib/zena/use/workflow.rb', line 533

def save_without_clone
  @no_clone_on_change = true
  apply(:update_attributes, {})
end