Files
fetsite/app/views/documents/_form.html.erb
Andreas Stephanides a2491ee84d inline tinymce document
2015-05-04 13:40:27 +02:00

7 lines
172 B
Plaintext

<%= semantic_form_for @document, :html=>{:class=>""} do |f| %>
<%= f.input :text, :as=>:tinymce_text %>
<%= f.action :submit, :as => :input_ %>
<% end %>
<%= tinymce %>