This commit is contained in:
albert
2011-05-26 19:10:08 -04:00
parent ca68b2def1
commit 969185ad24
31 changed files with 629 additions and 575 deletions

View File

@@ -5,7 +5,7 @@ class WikiPagesController < ApplicationController
before_filter :normalize_search_params, :only => [:index]
def new
@wiki_page = WikiPage.new
@wiki_page = WikiPage.new(params[:wiki_page])
respond_with(@wiki_page)
end