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