add script for cache user

This commit is contained in:
Matthew K. Fu JuYuan 2012-05-22 17:57:45 +08:00 committed by Christophe Vilayphiou
parent 6f0cf0e92e
commit ff620b41aa
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,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