Class: Marksmith::MarkdownField::EditComponent
- Inherits:
-
Avo::Fields::EditComponent
- Object
- Avo::Fields::EditComponent
- Marksmith::MarkdownField::EditComponent
- Defined in:
- app/components/marksmith/markdown_field/edit_component.rb
Instance Method Summary collapse
Instance Method Details
#unique_id ⇒ Object
4 5 6 |
# File 'app/components/marksmith/markdown_field/edit_component.rb', line 4 def unique_id [@field.type, @resource&.singular_route_key, @field.id].compact.join("_") end |