git优化上线文档补充

This commit is contained in:
guange 2015-03-18 15:33:09 +08:00
parent c45850eb8a
commit fdee890694
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -28,5 +28,10 @@ update
end end
end end
desc "disabled auto change refresh."
task :disable_refresh_changes => :environment do
Setting.find(44).tap{|s| s.value=0; s.save}
end
end end