def create
    @content_type = ContentType.new(content_type_params)

    respond_to do |format|
      if @content_type.save