instance method link_to_remote_options?

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

link_to_remote_options?(options)

No documentation comment.

Parameters

options req
Source
# File actionview/lib/action_view/helpers/navigation_helper.rb, line 545
        def link_to_remote_options?(options)
          if options.is_a?(Hash)
            options.delete("remote") || options.delete(:remote)
          end
        end

Defined in actionview/lib/action_view/helpers/navigation_helper.rb line 545 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::Helpers::NavigationHelper

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close