Module: ViewComponentReducible::Component::ClassMethods

Defined in:
lib/view_component_reducible/component.rb

Instance Method Summary collapse

Instance Method Details

#vcr_idString

Stable component identifier for envelopes.

Returns:

  • (String)


69
70
71
# File 'lib/view_component_reducible/component.rb', line 69

def vcr_id
  name.to_s
end