<% form_tag url_for(:action => 'cms_edit', :id => params[:id]) do -%> <%= text_area :cms_content, :content %> <%= submit_tag "Update" %> <% end -%>