artist urls: add /artist_urls index page.

This commit is contained in:
evazion
2018-09-15 11:40:27 -05:00
parent 761f2649af
commit 1fce794b99
5 changed files with 74 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ Rails.application.routes.draw do
get :banned
end
end
resources :artist_urls, only: [:update]
resources :artist_urls, only: [:index, :update]
resources :artist_versions, :only => [:index] do
collection do
get :search