test/dummy/app/views/posts/_formtastic_form.html.erb in rich-0.0.4 vs test/dummy/app/views/posts/_formtastic_form.html.erb in rich-0.0.6

- old
+ new

@@ -1,8 +1,9 @@ <%= semantic_form_for @post do |f| %> <%= f.inputs do %> <%= f.input :name %> - <%= f.input :title %> + <%= # f.input :title, :as => :rich_asset +%> <%= f.input :content, :as => :rich, :editor => { } %> <% end %> <%= f.buttons do %> <%= f.commit_button %> <% end %>