# File lib/brakeman/processors/lib/render_path.rb, line 67 def rendered_from_controller? @path.any? do |loc| loc[:type] == :controller end end