module ApplicationHelper def member_status(status) t("members.status.#{status}") end end