class ResultsController < ApplicationController def index @playersname = Player.all @Resultname = Result.all end end