refactor bushido message to event
This commit is contained in:
parent
90ab471e43
commit
dfb4ed48bc
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user