This commit is contained in:
albert
2013-03-22 10:24:01 -07:00
parent 8bfd7b408f
commit 87edfd52b1
4 changed files with 20 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ class WikiPagesController < ApplicationController
else
@wiki_page = WikiPage.find_by_id(params[:id])
end
respond_with(@wiki_page)
end