Files
discourse/app/controllers/new_topic_controller.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
102 B
Ruby
Raw Normal View History

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