instance method
link_to_remote_options?
Ruby on Rails 5.2.8.1
Since v3.1.12 PrivateSignature
link_to_remote_options?(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File actionview/lib/action_view/helpers/url_helper.rb, line 590
def link_to_remote_options?(options)
if options.is_a?(Hash)
options.delete("remote".freeze) || options.delete(:remote)
end
end
Defined in actionview/lib/action_view/helpers/url_helper.rb line 590
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::UrlHelper