models: drop various unused #named methods.

This commit is contained in:
evazion
2019-08-15 19:18:19 -05:00
parent 0d7d2cac80
commit bb157f5d5b
7 changed files with 5 additions and 18 deletions

View File

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