mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Add back base
This commit is contained in:
parent
c13208c644
commit
15813d8e1c
@ -16,7 +16,7 @@ class Quotation
|
||||
end
|
||||
|
||||
def quote
|
||||
{ date: date, rates: calculate_rates }
|
||||
{ base: @base, date: date, rates: calculate_rates }
|
||||
end
|
||||
|
||||
def date
|
||||
|
Loading…
Reference in New Issue
Block a user