Files
fetsite/app/views/attachments/_form.html.erb
2013-08-24 04:07:33 +02:00

11 lines
239 B
Plaintext

<%= semantic_form_for [@thema,@attachment] do |f| %>
<%= f.inputs do %>
<%= f.input :name %>
<%= f.input :datei, :as => :file %>
<% end %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
<% end %>
<% end %>