public
Description: A Rails plugin that makes assigning a UUID to your models a breeze.
Homepage:
Clone URL: git://github.com/norbert/has_uuid.git
Norbert Crombach (author)
Wed Mar 19 07:34:42 -0700 2008
has_uuid / init.rb
100644 6 lines (4 sloc) 0.095 kb
1
2
3
4
5
6
require 'has_uuid'
 
ActiveRecord::Base.class_eval do
  include ActiveRecord::Acts::HasUuid
end