1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00

Remove whitespace

This commit is contained in:
Jason Denney 2014-02-02 09:45:18 -05:00
parent 8e112ca936
commit 9edb90203c

View File

@ -50,9 +50,9 @@ class User < ActiveRecord::Base
#default BUILDBIKE/CLASS ID is 5 #default BUILDBIKE/CLASS ID is 5
purpose_id = 5 purpose_id = 5
Bike.find_by_sql(" Bike.find_by_sql("
SELECT * SELECT *
FROM bikes FROM bikes
INNER JOIN( INNER JOIN(
SELECT * SELECT *
FROM transactions FROM transactions
WHERE customer_id = #{self.id} WHERE customer_id = #{self.id}