This may be be the most valid hack, but I hope it helps someone else. nom 
nom noms for googlers

--- _form_attribute.html.erb
+++ (clipboard)
@@ -4,7 +4,7 @@
     <label for="<%= active_scaffold_input_options(column, scope)[:id] 
%>"><%= column.label %></label>
   </dt>
   <dd>
-    <%=raw active_scaffold_input_for column, scope %>
+    <%= active_scaffold_input_for column, scope %>
     <% if column.update_columns -%>
       <%= loading_indicator_tag(:action => :render_field, :id => 
params[:id]) %>
     <% end -%>

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to