Files
gitlink-forgeplus/app/controllers/settings_controller.rb
2020-03-09 00:40:16 +08:00

5 lines
70 B
Ruby

class SettingsController < ApplicationController
def show
end
end