method
link_to_remote_options?
v3.2.1 -
Show latest stable
- Class:
ActionView::Helpers::UrlHelper
link_to_remote_options?(options)private
No documentation available.
# File actionpack/lib/action_view/helpers/url_helper.rb, line 635
def link_to_remote_options?(options)
options.is_a?(Hash) && options.key?('remote') && options.delete('remote')
end