mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 14:54:49 +00:00
12 lines
182 B
YAML
12 lines
182 B
YAML
one:
|
|
from_currency: EUR
|
|
to_currency: GBP
|
|
rate: 1.0986
|
|
date: <%= Date.current %>
|
|
|
|
two:
|
|
from_currency: EUR
|
|
to_currency: GBP
|
|
rate: 1.0926
|
|
date: <%= 1.day.ago.to_date %>
|