Method: Masks::Controller#current_mask

Defined in:
app/controllers/concerns/masks/controller.rb

#current_maskMasks::Mask

Returns the mask for the request.

Returns:



79
80
81
# File 'app/controllers/concerns/masks/controller.rb', line 79

def current_mask
  masked_session.mask
end