This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/t/etc/fixtures/data/users/_config_set

58 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-08-25 15:36:43 +00:00
$VAR1 = {
'has_many' => {
'fetch' => 0
},
'belongs_to' => {
'fetch' => 0
},
'sets' => [
{
'class' => 'Feedback',
2017-08-25 15:36:43 +00:00
'quantity' => 'all'
},
{
'quantity' => 'all',
'class' => 'LeaderboardSet'
},
{
'class' => 'Transaction',
2017-08-25 15:36:43 +00:00
'quantity' => 'all'
},
{
'class' => 'Entity',
2017-08-25 15:36:43 +00:00
'quantity' => 'all'
},
{
'quantity' => 'all',
'class' => 'SessionToken'
},
{
'class' => 'AccountToken',
2017-08-25 15:36:43 +00:00
'quantity' => 'all'
},
{
'class' => 'Organisation',
2017-08-25 15:36:43 +00:00
'quantity' => 'all'
},
{
'quantity' => 'all',
'class' => 'User'
2017-08-25 15:36:43 +00:00
},
{
'class' => 'Customer',
2017-08-25 15:36:43 +00:00
'quantity' => 'all'
},
{
'class' => 'Leaderboard',
2017-08-25 15:36:43 +00:00
'quantity' => 'all'
},
{
'quantity' => 'all',
'class' => 'LeaderboardValue'
2017-08-25 15:36:43 +00:00
}
],
'might_have' => {
'fetch' => 0
}
2017-08-25 15:36:43 +00:00
};