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/1521098 to your computer and use it in GitHub Desktop.
Save leikind/1521098 to your computer and use it in GitHub Desktop.
<%= grid(@grid) do |g|
g.blank_slate do
"There are no records"
end
g.column do |product|
...
end
end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment