mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
10 lines
192 B
YAML
10 lines
192 B
YAML
blackbeard:
|
|
catchphrase: "Yar."
|
|
parrot: george
|
|
|
|
redbeard:
|
|
catchphrase: "Avast!"
|
|
parrot: louis
|
|
created_on: "<%= 2.weeks.ago.to_s(:db) %>"
|
|
updated_on: "<%= 2.weeks.ago.to_s(:db) %>"
|