Module: UltimateTurboModal::Helpers::ControllerHelper
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/ultimate_turbo_modal/helpers/controller_helper.rb
Constant Summary collapse
- MODAL_FRAME_IDS =
%w[modal modal-inner drawer-modal modal-inner-stacked].freeze
Instance Method Summary collapse
Instance Method Details
#inside_modal? ⇒ Boolean
9 10 11 |
# File 'lib/ultimate_turbo_modal/helpers/controller_helper.rb', line 9 def inside_modal? MODAL_FRAME_IDS.include?(request.headers["Turbo-Frame"]) end |