mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | improves client receipt format
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user