instance method
link_to_remote_options?
Ruby on Rails 3.1.12
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 627
def link_to_remote_options?(options)
options.is_a?(Hash) && options.key?('remote') && options.delete('remote')
end
Defined in actionpack/lib/action_view/helpers/url_helper.rb line 627
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::UrlHelper