Class: Marksmith::MarkdownField::EditComponent

Inherits:
Avo::Fields::EditComponent
  • Object
show all
Defined in:
app/components/marksmith/markdown_field/edit_component.rb

Instance Method Summary collapse

Instance Method Details

#unique_idObject



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