Sha256: fa8f8f85f7428f7aff099e20695bd1b5f50a48fe00c514bf902e9fc20552b122
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true module Europeana module Logging module LogragePayload extend ActiveSupport::Concern def append_info_to_payload(payload) super payload[:session_id] = session.id end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
europeana-logging-0.2.2 | app/controllers/concerns/europeana/logging/lograge_payload.rb |