tall-ghost-95744
09/01/2022, 10:42 PMActionView::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.