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