3 lines
181 B
Plaintext
3 lines
181 B
Plaintext
|
<%= form_for @counselor, :url => {:action => "create"}, :html => {:class => 'form-horizontal main-forms'} do |f| %>
|
||
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
||
|
<% end %>
|