Method: Mailboxer::Notification#object

Defined in:
app/models/mailboxer/notification.rb

#objectObject

Returns notified_object. DEPRECATED



174
175
176
177
# File 'app/models/mailboxer/notification.rb', line 174

def object
  warn "DEPRECATION WARNING: use 'notified_object' instead of 'object' to get the object associated with the Notification"
  notified_object
end