18 lines
335 B
YAML
18 lines
335 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
|
|
one:
|
|
user:
|
|
mac: MyString
|
|
ip: MyString
|
|
since: 2013-01-31 19:19:49
|
|
refreshed: 2013-01-31 19:19:49
|
|
active: false
|
|
|
|
two:
|
|
user:
|
|
mac: MyString
|
|
ip: MyString
|
|
since: 2013-01-31 19:19:49
|
|
refreshed: 2013-01-31 19:19:49
|
|
active: false
|