mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-10-31 00:45:35 -04:00 
			
		
		
		
	Velocipede changed their wording to CLASS
Can't find purpose by name, will have to rely on default ID in case wording is changed.
This commit is contained in:
		
							parent
							
								
									8cc72c9f48
								
							
						
					
					
						commit
						852a00881e
					
				| @ -47,7 +47,8 @@ class User < ActiveRecord::Base | ||||
| ### TODO methods below probably belong somewhere else | ||||
| 
 | ||||
|   def completed_build_bikes | ||||
|     purpose_id = BikePurpose.find_by_purpose("BUILDBIKE").id | ||||
|     #default BUILDBIKE/CLASS ID is 5 | ||||
|     purpose_id = 5 | ||||
|     Bike.find_by_sql(" | ||||
|       SELECT *  | ||||
|       FROM bikes | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user