trello integration finished

This commit is contained in:
Senad Uka
2015-09-26 11:58:01 +02:00
parent ae8e9b0081
commit 014416ca51
16 changed files with 867 additions and 81 deletions

5
front-api/helpers.rb Normal file
View File

@@ -0,0 +1,5 @@
class Helper
def self.money(amount)
sprintf('%.2f KM', amount.to_f)
end
end