# frozen_string_literal: true module PermittedAttributes class CustomTab def self.attributes [ :title, :content ] end end end