class PostTestsController < ApplicationController class Created < StandardError; end def new end def create raise Created, "Created." end end