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