Files
danbooru/app/controllers/comments_controller.rb

8 lines
93 B
Ruby

class CommentsController < ApplicationController
def index
end
def update
end
end