To edit pages or tickets please login with username/password: aaf/aaf

Show
Ignore:
Timestamp:
09/17/07 09:41:41 (1 year ago)
Author:
jk
Message:

#171 - :remote now is true by default; fixes to demo app

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/app/views/contents/new.rhtml

    r228 r245  
    11<h1>New content</h1> 
    22 
    3 <% form_for :content, @content, contents_path, :html => { :method => :post } do |f| %> 
     3<% form_for :content, @content, :url => contents_path, :html => { :method => :post } do |f| %> 
    44  <%= render :partial => 'form', :object => f %> 
    55  <%= submit_tag "Create" %> 

To edit pages or tickets please login with username/password: aaf/aaf