app/views/volumes/index.txt.erb in rumm-0.0.22 vs app/views/volumes/index.txt.erb in rumm-0.0.23
- old
+ new
@@ -1,5 +1,12 @@
+Volumes:
<% this.each do |volume| %>
-id: <%= volume.display_name %>
+ id: <%= volume.id %>
+ display name: <%= volume.display_name %>
+ display description: <%= volume.display_description %>
+ size: <%= volume.size %>
+ volume type: <%= volume.volume_type %>
+ attachments: <%= volume.attachments %>
+ created at: <%= volume.created_at %>
<% end %>