Louis | Adds minimally styled client reciepts

This commit is contained in:
Loos
2014-10-13 22:14:30 -04:00
parent 67ae0bf04b
commit e9ce1dd51f
4 changed files with 96 additions and 4 deletions
+4
View File
@@ -17,4 +17,8 @@ class Client < ActiveRecord::Base
Client.all.select{|client| client.application_voided || client.completion_date}
end
def bike
Bike.find(self.bike_id)
end
end