akkounts/app/controllers/settings/profile_controller.rb
Râu Cao 96cf534d0a
Refactor settings routes and menu
Use sub controllers/routes for the sections
2022-12-21 18:11:13 +07:00

7 lines
79 B
Ruby

class Settings::ProfileController < SettingsController
def index
end
end