<%= form_for @rm, url: admin_admin_module_path(@rm.id), :html=>{:class => "form-horizontal", :id => "approveSiteForm"} do |f| %>
<%= f.collection_select(:module_type, ModuleType.all, :id, :name) %>
<%= f.collection_select(:category_id, @categories, :id, :title) %>
<% @tags.each do |tag| %> <% end %>
<% end %>