# frozen_string_literal: true # Main ApplicationHelper module ApplicationHelper def admin? current_user.radmin? end end