Files
danbooru/app/controllers/post_moderation_details_controller.rb

14 lines
151 B
Ruby

class PostModerationDetailsController < ApplicationController
def index
end
def create
end
def update
end
def destroy
end
end