module ApplicationHelper

def admin?

def admin?
  current_user and current_user.admin?
end