# File lib/brakeman/checks/check_file_disclosure.rb, line 32
  def serves_static_assets?
    true? tracker.config.rails[:serve_static_assets]
  end