Skip to content

Instantly share code, notes, and snippets.

@leikind
Created December 26, 2011 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leikind/1521096 to your computer and use it in GitHub Desktop.
Save leikind/1521096 to your computer and use it in GitHub Desktop.
<%= grid(@tasks_grid) do |g|
...
end -%>
<% selected = @tasks_grid.selected_records %>
<p><%= selected.size %> records selected: <%= selected.map(&:id).to_sentence %></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment