Sha256: 9cd79192079b565042e9cbc52206288ceed36d425ef0db0430c9ee9400bb6d3d

Contents?: true

Size: 168 Bytes

Versions: 5

Compression:

Stored size: 168 Bytes

Contents

# frozen_string_literal: true

module Masks
  class DebugController < ApplicationController
    def show
      render json: { session: session.to_h }
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
masks-0.4.0 app/controllers/masks/debug_controller.rb
masks-0.3.2 app/controllers/masks/debug_controller.rb
masks-0.3.1 app/controllers/masks/debug_controller.rb
masks-0.3.0 app/controllers/masks/debug_controller.rb
masks-0.2.0 app/controllers/masks/debug_controller.rb