The heading is used with `find_by_slug_or_id`, which raises an exception if it isn't found, so executing `@heading.group` after it does not need the safe navigation operator.
The heading is used with `find_by_slug_or_id`, which raises an exception if it isn't found, so executing `@heading.group` after it does not need the safe navigation operator.