Skip to content

Instantly share code, notes, and snippets.

@abhinaykumar
Created October 28, 2015 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhinaykumar/cd1b5086959a1c725de0 to your computer and use it in GitHub Desktop.
Save abhinaykumar/cd1b5086959a1c725de0 to your computer and use it in GitHub Desktop.
<%= f.collection_radio_buttons(:role, User::ROLES, :to_s, lambda{|i| i.to_s.humanize}) do |b| %>
<% b.label do %>
<%= b.radio_button %><%= if b.value == 'vendor' then 'Professional' else b.text end %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment