8 lines
97 B
Ruby
8 lines
97 B
Ruby
class ArtistVersionsController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
def show
|
|
end
|
|
end
|