Sha256: 4bc4c4b233dfbc3c0ddbb6bea0fd3c7a2133525856fb4be06f2ff487b882e907

Contents?: true

Size: 293 Bytes

Versions: 13

Compression:

Stored size: 293 Bytes

Contents

<h1>Editing content</h1>

<% form_for :content, @content, content_path(@content), :html => { :method => :put } do |f| %>
  <%= render :partial => 'form', :object => f %>
  <%= submit_tag 'Edit' %>
<% end %>

<%= link_to 'Show', content_path(@content) %> |
<%= link_to 'Back', contents_path %>

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
cehoffman-acts_as_ferret-0.4.4 doc/demo/app/views/contents/edit.rhtml
jkraemer-acts_as_ferret-0.4.4 doc/demo/app/views/contents/edit.rhtml
watson-acts_as_ferret-0.4.8.2 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.5.2 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.4.8.2 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.4.8.1 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.5.1 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.5 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.4.8.rails3 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.4.8 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.4.7 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.4.6 doc/demo/app/views/contents/edit.rhtml
acts_as_ferret-0.4.4 doc/demo/app/views/contents/edit.rhtml