Skip to content

Instantly share code, notes, and snippets.

@fltiago
Created October 23, 2012 11:29
Show Gist options
  • Save fltiago/3938288 to your computer and use it in GitHub Desktop.
Save fltiago/3938288 to your computer and use it in GitHub Desktop.
class AuthorObserver < Untied::Consumer::Observer
observe :user, :from => :core
def after_create(author)
debugger
puts "Usuario criado!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment