This commit is contained in:
Alexey Nayden 2011-04-22 19:21:57 +04:00
parent d0a086eefa
commit 57493087db
1 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,6 @@ class BuildList < ActiveRecord::Base
self.status = BUILD_PENDING if self.status == 0
save
end
handle_asynchronously :place_build
#handle_asynchronously :place_build
end