add script for cache user
This commit is contained in:
parent
6f0cf0e92e
commit
ff620b41aa
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue