_tiny_mce_article.rhtml 185 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <%= render :file => 'shared/tiny_mce' %> <%= f.text_field('name', :size => '64') %> <%= f.text_area('abstract', :cols => 64, :rows => 5) %> <%= f.text_area('body', :cols => 64) %>