gitlink-forgeplus/app/controllers/settings_controller.rb

6 lines
71 B
Ruby

class SettingsController < ApplicationController
def show
end
end