In the case of the `edit` action, we're using `load_and_authorize_resource`, which will always return a `SiteCustomization::ContentBlock`. In the case of `edit_heading_content_block`, we're using `Budget::ContentBlock.find`, which always returns a `Budget::ContentBlock` (or raises an exception). So, in both cases, the condition to assign `@selected_content_block` can be removed.