class ViewComponent::Base

def initialize_parameter_names

def initialize_parameter_names
  return attribute_names.map(&:to_sym) if respond_to?(:attribute_names)
  initialize_parameters.map(&:last)
end