Skip to content

Instantly share code, notes, and snippets.

@vsalbaba
Created March 28, 2010 21:25
Show Gist options
  • Save vsalbaba/347049 to your computer and use it in GitHub Desktop.
Save vsalbaba/347049 to your computer and use it in GitHub Desktop.
def revisions
(versions.to_a.clone.unshift 1).collect do |version|
revert_to(version)
self.clone
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment