I tried, but I keep getting an: ``` ActionView::T...
# avo-2
t
I tried, but I keep getting an:
Copy code
ActionView::Template::Error (undefined method `_reflections' for nil:NilClass):
    24:       <% if @action.get_fields.present? %>
    25:         <div class="mt-4">
    26:           <% @action.get_fields.each_with_index do |field, index| %>
    27:             <%= render field.component_for_view(:edit).new field: field, resource: @resource, index: index, form: form, displayed_in_modal: true %>
    28:           <% end %>
    29:         </div>
    30:       <% end %>
error.