class SessionsController < ApplicationController def new end def create end def welcome end end