You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
Hi,
I've been using AS and RecordSelect for sometime, but for a new project that I've started I'm getting an error. I've setup everything as usual, but when trying to edit an item that has an existing related object I get the following error:
ActionView::TemplateError (undefined method `record_select_config' for #RelArtObjectToIFCsController:0x22e1b64) on line #7 of vendor/plugins/active_scaffold/frontends/default/views/_form_attribute.html.erb:
4: <%= column.label %>
5:
6:
7: <%= active_scaffold_input_for column, scope %>
8: <% if column.description -%>
9: <%= column.description %>
10: <% end -%>
If there is no previous related object it works as expected.
I'm using RoR 2.3.4, the latest AS, and a fresh install from github of RecordSelect.
Any ideas?
Thanks,
Robbie
The text was updated successfully, but these errors were encountered:
Hi,
I've been using AS and RecordSelect for sometime, but for a new project that I've started I'm getting an error. I've setup everything as usual, but when trying to edit an item that has an existing related object I get the following error:
ActionView::TemplateError (undefined method `record_select_config' for #RelArtObjectToIFCsController:0x22e1b64) on line #7 of vendor/plugins/active_scaffold/frontends/default/views/_form_attribute.html.erb:
4: <%= column.label %>
5:
6:
7: <%= active_scaffold_input_for column, scope %>
8: <% if column.description -%>
9: <%= column.description %>
10: <% end -%>
If there is no previous related object it works as expected.
I'm using RoR 2.3.4, the latest AS, and a fresh install from github of RecordSelect.
Any ideas?
Thanks,
Robbie
The text was updated successfully, but these errors were encountered: