2011-05-07 20:50:39 +02:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
admins:
|
|
|
|
type: Workgroup
|
|
|
|
name: Administrators
|
|
|
|
description: System administrators.
|
|
|
|
role_admin: true
|
|
|
|
role_suppliers: true
|
|
|
|
role_article_meta: true
|
|
|
|
role_finance: true
|
|
|
|
role_orders: true
|
|
|
|
bananas:
|
|
|
|
type: Ordergroup
|
|
|
|
name: Banangroup
|
|
|
|
account_balance: 100.00
|
|
|
|
account_updated: <%= 1.weeks.ago.to_s(:db) %>
|
|
|
|
contact_person: Tim
|
|
|
|
contact_phone: 030 123132456
|
|
|
|
contact_address: Waldermarstrasse 43, 10988 Berlin
|
|
|
|
|
2011-05-07 21:54:00 +02:00
|
|
|
|
|
|
|
|
2011-05-07 21:55:24 +02:00
|
|
|
|