fix for decorator

This commit is contained in:
Adrian Hinz 2018-04-23 14:40:54 +02:00
parent 7dd55dd28c
commit 31134e52c2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Order < ApplicationRecord
end
def address
"#{street}\n#{zip_code} #{city}\n\n#{phone}"
"#{street}\n#{zip_code} #{city}\n\ntel: #{phone}"
end
def order_value