Sha256: f0dee9a05602299cfa933d0eeb05ca2b8e14d5ecab08ce170cdabc50234c897a
Contents?: true
Size: 176 Bytes
Versions: 91
Compression:
Stored size: 176 Bytes
Contents
class Flea < ActiveRecord::Base has_and_belongs_to_many :dogs after_create :send_notification private def send_notification Notifier.deliver_the_email end end
Version data entries
91 entries across 61 versions & 10 rubygems