akkounts/app/controllers/settings/profile_controller.rb
Râu Cao 445a1c80a6
Refactor settings routes and menu
Use sub controllers/routes for the sections
2023-01-10 14:13:24 +08:00

7 lines
79 B
Ruby

class Settings::ProfileController < SettingsController
def index
end
end