<%= semantic_form_for @modul do |f| %> <%= f.inputs do %>
<%= f.input :name ,:hint=>true%>
<%= f.input :desc, :as=>:tinymce_text %>
<%= f.input :depend %>
<%= f.input :modulgruppen, :as => :check_boxes, :member_label=>:long_name, :collection => Modulgruppe.all %>
<% end %> <%= f.actions do %> <%= f.action :submit, :as => :input %> <% end %> <% end %>
<%= tinymce %>