class ViewComponent::Base

def short_identifier

Other tags:
    Private: -
def short_identifier
  @short_identifier ||= defined?(Rails.root) ? source_location.sub("#{Rails.root}/", "") : source_location
end