fügt table_grid zu documents_grid

This commit is contained in:
Florian Bogenhard
2014-08-08 23:50:46 +02:00
parent 8ee68cecce
commit 4a1a0937d4
6 changed files with 40 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
<%= grid(@documents_grid, upper_pagination_panel: true) do |g|
g.column name: 'ID', attribute: 'id'
g.column name: 'Name', attribute: 'name'
end
%>