class AccountsController < ApplicationController def index end def new end def show end end