Sha256: 311bc03ac78dc472ad2de40f57d038f6b91e4198774eb90e60bc95a041b4c3c1

Contents?: true

Size: 153 Bytes

Versions: 5

Compression:

Stored size: 153 Bytes

Contents

<%= form_for @role, url: citygate.home_role_change_path do |f| %>
  <%= select "role", "id", Citygate::Role.all.collect {|r| [r.name, r.id]} %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
citygate-0.1.1 app/views/citygate/home/_role_changer.html.erb
citygate-0.1.0 app/views/citygate/home/_role_changer.html.erb
citygate-0.0.9 app/views/citygate/home/_role_changer.html.erb
citygate-0.0.8 app/views/citygate/home/_role_changer.html.erb
citygate-0.0.7 app/views/citygate/home/_role_changer.html.erb