Files
Klaus/app/views/documents/_grid.html.erb
T
2014-08-08 23:50:46 +02:00

5 lines
157 B
Plaintext

<%= grid(@documents_grid, upper_pagination_panel: true) do |g|
g.column name: 'ID', attribute: 'id'
g.column name: 'Name', attribute: 'name'
end
%>