mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-10-31 08:55:36 -04:00 
			
		
		
		
	Only update shop_id in migration
This commit is contained in:
		
							parent
							
								
									f7ce96152b
								
							
						
					
					
						commit
						3d6f698fb9
					
				| @ -12,9 +12,8 @@ class ChangeBikeShopId < ActiveRecord::Migration | |||||||
|       while bikes.map(&:shop_id).include? new_id |       while bikes.map(&:shop_id).include? new_id | ||||||
|         new_id += 1 |         new_id += 1 | ||||||
|       end |       end | ||||||
|       bike.shop_id = new_id |       bike.update_attribute(:shop_id, new_id) | ||||||
|     end |     end | ||||||
|     bikes.each(&:save) |  | ||||||
|   end |   end | ||||||
| 
 | 
 | ||||||
|   def down |   def down | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user