Form Neuigkeit Tipfehler behoben

This commit is contained in:
Andreas Stephanides
2013-07-17 15:39:56 +02:00
parent bcf90e2590
commit d004d2848f

View File

@@ -4,7 +4,7 @@
<%= f.input :title, :placeholder=>"Titel" %>
<%= f.input :text, :as=>:tinymce_text %>
<%= f.input :datum %>
<%= f.input :rubrik, :as=>:radio, :colleciton=>Rubrik.all %>
<%= f.input :rubrik, :as=>:radio, :collection=>Rubrik.all %>
<% end %>
<%= f.actions do %>