Client part of the mapzen integration

This commit is contained in:
Mario de Frutos
2016-02-24 16:58:14 +01:00
parent e6b0e3794b
commit df195a9539
32 changed files with 952 additions and 3 deletions

View File

@@ -28,6 +28,10 @@ class SqlTemplateRenderer
@function_signature['return_type']
end
def multi_field
@function_signature['multi_field']
end
def multi_row
@function_signature['multi_row']
end