class ViewComponent::Base

def collection_parameter

Other tags:
    Private: -
def collection_parameter
  provided_collection_parameter || name && name.demodulize.underscore.chomp("_component").to_sym
end