module Speedo class HomeController < ApplicationController def index; end def how; end end end