Files
danbooru/app/controllers/post_moderation_controller.rb
albert 6824e98af3 * Refactored routes some
* Fixed some major bugs with pools and pool versioning
2011-01-21 18:07:34 -05:00

14 lines
143 B
Ruby

class PostModerationController < ApplicationController
def show
end
def create
end
def update
end
def destroy
end
end