Module: Plutonium::Helpers::TurboHelper

Defined in:
lib/plutonium/helpers/turbo_helper.rb

Instance Method Summary collapse

Instance Method Details

#current_turbo_frameObject



4
5
6
# File 'lib/plutonium/helpers/turbo_helper.rb', line 4

def current_turbo_frame
  request.headers["Turbo-Frame"]
end

#remote_modal_frame_tagObject



8
9
10
# File 'lib/plutonium/helpers/turbo_helper.rb', line 8

def remote_modal_frame_tag(&)
  turbo_frame_tag("remote_modal", &)
end