Files
danbooru/app/controllers/artist_versions_controller.rb

8 lines
97 B
Ruby

class ArtistVersionsController < ApplicationController
def index
end
def show
end
end