akkounts/app/controllers/settings/profile_controller.rb
Râu Cao 49dd7bd96d
Refactor settings routes and menu
Use sub controllers/routes for the sections
2023-01-10 14:09:11 +08:00

7 lines
79 B
Ruby

class Settings::ProfileController < SettingsController
def index
end
end