Displaying 1 result from an estimated 1 matches for "search_enterprise_users_path".
2012 May 28
1
rendering a partial inside another using render_to_string and (:formats) in controller
...-button link-button link-button-small"}"
%>
</div>
============================================================
THE EVIL PARTIAL (users/user_list):
============================================================
<div class="list-table" data-source="<%=
search_enterprise_users_path(@enterprise, :format => :html) %>">
<%= render( :partial => ''user'',
:collection => @search_results,
:spacer_template => ''shared/list/separator'') ||
t(''user.empty_result'') %>
</d...