Actions
Bug #13755
closedAllow iterating over ActiveRecord CollectionProxy in safe mode rendering
Description
When we use something like
<% @host.interfaces.each %>
I see an error like this
There was an error rendering the Preseed default finish template: The snippet 'preseed_networking_setup' threw an error: undefined method 'each' for Safemode::Jail (ActiveRecord::Associations::CollectionProxy)
Actions