# File lib/brakeman/checks/check_link_to_href.rb, line 123
  def decorated_model? method
    tracker.config.has_gem? :draper and
      method == :decorate
  end