def create
    @subject_heading_type = SubjectHeadingType.new(subject_heading_type_params)

    respond_to do |format|
      if @subject_heading_type.save