Module: UserNotification::Notifiable

Defined in:
lib/user_notification/models/notifiable.rb

Overview

Provides association for notifications bound to this object by notifiable.

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

Delegates to ORM.



5
6
7
# File 'lib/user_notification/models/notifiable.rb', line 5

def self.included(base)
  base.extend UserNotification::inherit_orm("Notifiable")
end