mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
- with attributes: model, imei_number, unique_id and access_token - access_token is automatically generated on create
7 lines
63 B
Ruby
7 lines
63 B
Ruby
FactoryGirl.define do
|
|
factory :admin_user do
|
|
|
|
end
|
|
|
|
end
|