Class: Masks::DebugController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Masks::DebugController
- 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
#show ⇒ Object
5 6 7 |
# File 'app/controllers/masks/debug_controller.rb', line 5 def show render json: { session: session.to_h } end |