app/views/alchemy/admin/ajax_forms/show.html.erb in alchemy-ajax-form-1.1.2 vs app/views/alchemy/admin/ajax_forms/show.html.erb in alchemy-ajax-form-1.1.3

- old
+ new

@@ -3,10 +3,10 @@ <div class="attribute_row"> <div class="labelfield"> <%= @resource.class.human_attribute_name(attribute[:name].to_sym) %> </div> <div class="valuefield"> - <%= render_attribute(@resource, attribute) %> + <%= render_attribute(@resource, attribute, truncate: 10000000) %> </div> </div> <% end %> <% end %> \ No newline at end of file