class StatsController < ApplicationController
	def index
		@stat = PlayerStat.all
		render "stats/index.html.erb"
	end
end