instance method
find_all
Ruby on Rails 6.0.6
Since v6.0.6Signature
find_all(selector)
No documentation comment.
Parameters
-
selectorreq
Source
# File actiontext/lib/action_text/fragment.rb, line 28
def find_all(selector)
source.css(selector)
end
Defined in actiontext/lib/action_text/fragment.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Fragment