Sha256: 6d377d75ebb09528a7b99c406b0c4e703b9c2a77134bac93054df98815b879be

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 Bytes

Contents

<% if this.empty? %>
you don't have any attachments to this server, but you can create one by running:
  rumm create attachment on server <server_name>
<% else %>
server id: <%= this.first.server_id %>
Attachments:
<% this.each do |attachment| %>

  device: <%= attachment.device %>
  volume id: <%= attachment.volume_id %>
<% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rumm-0.1.0 app/views/attachments/index.txt.erb
rumm-0.0.24 app/views/attachments/index.txt.erb
rumm-0.0.23 app/views/attachments/index.txt.erb