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