class ArtistController < ApplicationController
def view
@artist = Artists.getByName(params[:name])
end