Method: Notification#name

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

#nameObject

Titleize the type of this notification as its name



239
240
241
242
243
# File 'lib/app/models/notification.rb', line 239

def name
  _type.titleize
rescue StandardError
  _type
end