Guest User

Untitled

a guest
Oct 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <% if @group %>
  2. <%= f.input :group_id, :as => :hidden %>
  3. <%= f.association :regions, :as => :check_boxes %>
  4. <% else %>
  5. <%= f.association :group, :as => :radio %>
  6. <% end %>
Add Comment
Please, Sign In to add comment