class Notification

Public Instance Methods

when() click to toggle source
# File lib/engine/app/models/notification.rb, line 4
def when
  created_at.localtime.strftime('%Y/%m/%d %H:%M')
end