Module: ActsAsNotificable::ClassMethods
- Defined in:
- lib/acts_as_notificable.rb
Instance Method Summary collapse
Instance Method Details
#acts_as_notificable ⇒ Object
5 6 7 |
# File 'lib/acts_as_notificable.rb', line 5 def acts_as_notificable has_many :notifications, inverse_of: :owner, dependent: :destroy end |