Make clearing follow the object:action naming of the rest of the tasks

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3699 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 14a8782e
namespace :tmp do
desc "Clear session, cache, and socket files from tmp/"
task :clear => [ "tmp:sesions:clear", "tmp:cache:clear", "tmp:sockets:clear"]
task :clear => [ "tmp:sessions:clear", "tmp:cache:clear", "tmp:sockets:clear"]
desc "Creates tmp directories for sessions, cache, and sockets"
task :create do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册