Skip to content

Instantly share code, notes, and snippets.

@leikind
Created December 26, 2011 13:09
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/1521100 to your computer and use it in GitHub Desktop.
Save leikind/1521100 to your computer and use it in GitHub Desktop.
<%= grid(@grid, :table_html_attrs => {:class => 'css_class1'}) do |g|
g.column(:td_html_attrs => {:class => 'css_class2'}) do
...
end
end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment