Bushido::Hooks -> Bushido::Data

This commit is contained in:
Sean Grove 2011-07-25 20:00:17 -07:00
parent 9bab872e5b
commit 8de926bca9
1 changed files with 1 additions and 1 deletions

View File

@ -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