def create
    @notification = Notification.new(notification_params)

    respond_to do |format|
      if @notification.save