I pasted the wrong code... Sorry. It should be:
View Code: <% form_for(@item) do |f| %> <%= f.error_messages %> <p><%= f.label :title %><br /><%= f.text_field :title %></p> <p><%= f.label :description %><br /><%= f.rich_text_area :description %></p> <p><%= f.submit 'Create' %></p> <% end %> -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

