method
link_to_remote_options?
v4.1.8 -
Show latest stable
- Class:
ActionView::Helpers::UrlHelper
link_to_remote_options?(options)private
No documentation available.
# File actionview/lib/action_view/helpers/url_helper.rb, line 575
def link_to_remote_options?(options)
if options.is_a?(Hash)
options.delete('remote') || options.delete(:remote)
end
end