lk | improves client receipt format

This commit is contained in:
Louis Knapp
2016-12-18 10:16:56 -06:00
parent caf01518be
commit 109920f5ca
3 changed files with 71 additions and 67 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class Bike < ActiveRecord::Base
end
def name
self.color + " " + self.brand + ' ' + self.model + " (" + self.log_number.to_s + ")"
(self.color + " " + self.brand + ' ' + self.model + " (" + self.log_number.to_s + ")").titleize
end
def client