# frozen_string_literal: true class NewTopicController < ApplicationController def index end end