fixes #975
This commit is contained in:
@@ -32,6 +32,7 @@ class WikiPagesController < ApplicationController
|
||||
else
|
||||
@wiki_page = WikiPage.find_by_id(params[:id])
|
||||
end
|
||||
|
||||
respond_with(@wiki_page)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user