Files
grecia/app/components/images/fields_component.html.erb
Javi Martín 507fa7c5f5 Remove duplication in attachable fields components
These classes were almost identical.
2021-09-11 17:05:00 +02:00

7 lines
147 B
Plaintext

<%= render Attachable::FieldsComponent.new(
f,
resource_type: imageable.class.name,
resource_id: imageable.id,
relation_name: "image"
) %>