Files
danbooru/app/controllers/favorites_controller.rb

8 lines
96 B
Ruby

class FavoritesController < ApplicationController
def create
end
def destroy
end
end