Skip to content

Instantly share code, notes, and snippets.

@gil27
Last active December 10, 2015 08:48
Show Gist options
  • Save gil27/4410459 to your computer and use it in GitHub Desktop.
Save gil27/4410459 to your computer and use it in GitHub Desktop.
# Isso ira criar um arquivo app/models/cards_list_observer.rb
# Edite-o para que fique desta maneira:
class CardsListObserver < ActiveRecord::Observer
def after_create(images)
Notifier.cards_selected(images).deliver
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment