class StatsController < ApplicationController def index @title = 'Statistics' return true end end