Class: Masks::DebugController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/masks/debug_controller.rb

Instance Method Summary collapse

Methods included from Controller

#current_access, #current_actor, #current_mask, #masked_session

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/masks/debug_controller.rb', line 5

def show
  render json: { session: session.to_h }
end