Skip to content

Instantly share code, notes, and snippets.

@hectorsq
Created January 29, 2009 03:51
Show Gist options
  • Select an option

  • Save hectorsq/54367 to your computer and use it in GitHub Desktop.

Select an option

Save hectorsq/54367 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'uuid'
module UUIDHelper
def before_create()
self.uuid = UUID.generate(:compact).upcase
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment