How I can set the class and id attribute for the form element through semantic_form_for ?
<% semantic_form_for (@meetingsearch), :class => "new_meeting_search", :id => "meeting_search" do |f| %>
gives me
<form action="/meetingsearches" class="formtastic meetingsearch" id="new_meetingsearch" method="post">