mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9 lines
192 B
YAML
9 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) %>"
|