This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Description
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