# frozen_string_literal: true class MediaMetadataPolicy < ApplicationPolicy def index? true end end