Skip to content

Instantly share code, notes, and snippets.

View krlicmuhamed's full-sized avatar

Muhamed Krlić krlicmuhamed

  • IMASoft
  • Bosnia and Herzegovina
View GitHub Profile
<%= form_for @user_category do |f| %>
<p>
<%= f.label :description %>
<%= f.text_field :description %>
</p>
<p>
<%= f.radio_button :status, true, :id => 'status_true' %>
<%= f.label 'Ativo', :for => 'status_true' %>