class ForumPostsController < ApplicationController def new end def edit end def show end def create end def update end def destroy end end