refactor bushido message to event

This commit is contained in:
did 2011-05-29 15:25:36 -07:00
parent 90ab471e43
commit dfb4ed48bc

View File

@ -58,7 +58,7 @@ namespace :bushido do
end
desc "Perform custom actions triggered by the Bushido hosting platform."
task :message => :environment do
task :event => :environment do
event = ::Bushido::App.last_event
puts "processing...#{event.inspect}"