Sha256: cd1945d76ad4b367b1b7d533d173698036ccbba6ead05ba5c299bbd1f6106fd7

Contents?: true

Size: 113 Bytes

Versions: 5

Compression:

Stored size: 113 Bytes

Contents

<% @users.each do |user| %>
  <%= "#{user.name} has roles #{user.role_list.map(&:to_s).join(',') } " %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
troles-0.6.1 spec/dummy/app/views/main/index.html.erb
troles-0.6.0 spec/dummy/app/views/main/index.html.erb
troles-0.5.2 spec/dummy/app/views/main/index.html.erb
troles-0.5.1 spec/dummy/app/views/main/index.html.erb
troles-0.5.0 spec/dummy/app/views/main/index.html.erb