Editing page

<%= error_messages_for :page %> <% form_for(:page, :url => page_path({ :id => @page.title_for_url }), :html => { :method => :put }) do |f| %>

<%= text_field 'page', 'title' %>

<%= text_area 'page', 'redcloth' %>

<%= submit_tag "Update" %>

<% end %> <%= link_to 'Show', page_path({ :id => @page.title_for_url }) %> | <%= link_to 'Back', pages_path %>