class StaticPagesController < ApplicationController
def home
end
def overview
@users = User.all
def order
def help