SYMBOL INDEX (10 symbols across 7 files) FILE: app/controllers/application_controller.rb class ApplicationController (line 1) | class ApplicationController < ActionController::Base FILE: app/controllers/welcome_controller.rb class WelcomeController (line 1) | class WelcomeController < ApplicationController method index (line 2) | def index FILE: app/helpers/application_helper.rb type ApplicationHelper (line 1) | module ApplicationHelper function gulp_asset_path (line 2) | def gulp_asset_path(path) FILE: app/helpers/welcome_helper.rb type WelcomeHelper (line 1) | module WelcomeHelper FILE: config/application.rb type App (line 9) | module App class Application (line 10) | class Application < Rails::Application FILE: test/controllers/welcome_controller_test.rb class WelcomeControllerTest (line 3) | class WelcomeControllerTest < ActionController::TestCase FILE: test/test_helper.rb class ActiveSupport::TestCase (line 5) | class ActiveSupport::TestCase