Guest User

Untitled

a guest
Mar 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. {
  2. "href": <%= j(request_uri) %>,
  3. "item_count": <%= j(@clients.length) %>,
  4. "items": [
  5. <%= render :partial => 'clients/client', :collection => @clients, :spacer_template => 'shared/comma' %>
  6. ]
  7. }
Add Comment
Please, Sign In to add comment