mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-10 13:36:16 +10:00
10 lines
176 B
Ruby
10 lines
176 B
Ruby
require 'machinist/active_record'
|
|
require 'uuid_generator'
|
|
|
|
include UuidGenerator
|
|
|
|
Person.blueprint do
|
|
full_name { 'Jane Smith' }
|
|
account { uuid }
|
|
auth_token { uuid }
|
|
end |