add artist link on new wiki pages

This commit is contained in:
Toks
2013-07-07 19:56:59 -04:00
parent 39a6cca62a
commit a70fce91c0
2 changed files with 5 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ class WikiPagesController < ApplicationController
redirect_to wiki_page_path(@wiki_page)
else
@wiki_page = WikiPage.new(:title => params[:title])
@artist = Artist.name_matches(@wiki_page.title).first
respond_with(@wiki_page)
end
end