diff --git a/lib/locomotive/hosting/bushido/hooks.rb b/lib/locomotive/hosting/bushido/hooks.rb index ad0680af..64c44073 100644 --- a/lib/locomotive/hosting/bushido/hooks.rb +++ b/lib/locomotive/hosting/bushido/hooks.rb @@ -1,4 +1,4 @@ -Bushido::Hooks.listen("app.claimed") do |data| +Bushido::Data.listen("app.claimed") do |data| puts "Saving #{account.inspect} with incoming data #{data.inspect}" account = Account.first