Module: ViewComponentReducible::Component::ClassMethods
- Defined in:
- lib/view_component_reducible/component.rb
Instance Method Summary collapse
-
#vcr_id ⇒ String
Stable component identifier for envelopes.
Instance Method Details
#vcr_id ⇒ String
Stable component identifier for envelopes.
69 70 71 |
# File 'lib/view_component_reducible/component.rb', line 69 def vcr_id name.to_s end |