Flowdock
link_to_remote_options?(options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.