Rename settings page

This commit is contained in:
Râu Cao
2023-01-09 14:41:16 +08:00
parent 0fec37e0a9
commit 94ca0f3764
6 changed files with 12 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
class AccountController < ApplicationController
before_action :require_user_signed_in
def index
@current_section = :account
end
end