Method: Masks::Controller#current_mask
- Defined in:
- app/controllers/concerns/masks/controller.rb
#current_mask ⇒ Masks::Mask
Returns the mask for the request.
79 80 81 |
# File 'app/controllers/concerns/masks/controller.rb', line 79 def current_mask masked_session.mask end |