Browse Source

Remove whitespace

denney-fix-saving-dates
Jason Denney 11 years ago
parent
commit
9edb90203c
  1. 4
      app/models/user.rb

4
app/models/user.rb

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

Loading…
Cancel
Save