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