# File lib/brakeman/checks/check_redirect.rb, line 203
  def friendly_model? exp
    call? exp and model_name? exp.target and exp.method == :friendly
  end