method

find_all_tag

rails latest stable - Class: ActionDispatch::Assertions::TagAssertions

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

find_all_tag(conditions)
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/assertions/tag.rb, line 125
      def find_all_tag(conditions)
        html_document.find_all(conditions)
      end