related tags: build html server-side instead of client-side.

This commit is contained in:
evazion
2018-10-12 21:18:15 -05:00
parent 5a05961bde
commit 4e2944ee06
13 changed files with 134 additions and 271 deletions

View File

@@ -1,5 +1,5 @@
class ArtistUrlsController < ApplicationController
respond_to :json, :xml, :html
respond_to :js, :json, :xml, :html
before_action :member_only, except: [:index]
def index