Skip to content

Instantly share code, notes, and snippets.

@foca
Created November 20, 2008 23:34
Show Gist options
  • Save foca/27277 to your computer and use it in GitHub Desktop.
Save foca/27277 to your computer and use it in GitHub Desktop.
def previous_builds
builds.all(:order => [:created_at.desc]).tap do |builds|
builds.shift
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment