Sha256: b9b9459fc2137efd6c6e826ab967287b895113ed0cf137b1d64d6454020f9992
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
# Store the relationship between UUID and ActiveRecord instance class Uuidify::Uuid < ActiveRecord::Base if Rails::VERSION::MAJOR == 3 attr_accessible :model_name, :model_id, :model_uuid end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
uuidify-0.4.0 | app/models/uuidify/uuid.rb |
uuidify-0.3.1 | app/models/uuidify/uuid.rb |