Removed unused controllers actions / routes (#3206).
This commit is contained in:
@@ -49,9 +49,6 @@ class ArtistsController < ApplicationController
|
||||
end
|
||||
end
|
||||
|
||||
def search
|
||||
end
|
||||
|
||||
def show
|
||||
@artist = Artist.find(params[:id])
|
||||
@post_set = PostSets::Artist.new(@artist)
|
||||
|
||||
Reference in New Issue
Block a user