refactor bushido message to event
This commit is contained in:
parent
90ab471e43
commit
dfb4ed48bc
@ -58,7 +58,7 @@ namespace :bushido do
|
|||||||
end
|
end
|
||||||
|
|
||||||
desc "Perform custom actions triggered by the Bushido hosting platform."
|
desc "Perform custom actions triggered by the Bushido hosting platform."
|
||||||
task :message => :environment do
|
task :event => :environment do
|
||||||
event = ::Bushido::App.last_event
|
event = ::Bushido::App.last_event
|
||||||
|
|
||||||
puts "processing...#{event.inspect}"
|
puts "processing...#{event.inspect}"
|
||||||
|
Loading…
Reference in New Issue
Block a user