def deliver
    @admin_notification = AdminNotification.find(params[:id])

    if @admin_notification.valid?
      @admin_notification.deliver