forgeplus/app/controllers/settings_controller.rb

6 lines
71 B
Ruby
Raw Normal View History

2020-03-09 00:40:16 +08:00
class SettingsController < ApplicationController
def show
2020-04-16 09:42:08 +08:00
2020-03-09 00:40:16 +08:00
end
end