add script for cache user
This commit is contained in:
		
							parent
							
								
									97e289f823
								
							
						
					
					
						commit
						3e60b34491
					
				| 
						 | 
				
			
			@ -10,6 +10,7 @@ class SyncDb
 | 
			
		|||
    task = 'mid_site:sync'
 | 
			
		||||
    args = []
 | 
			
		||||
    %x[rake #{task} --trace  >> #{Rails.root}/log/rake.log]
 | 
			
		||||
    User.all.each{|ur| ur.create_dept_cache}
 | 
			
		||||
    puts "SyncDb Synced"
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue