Add settings for member statuses
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-27 14:59:10 +04:00
parent 0b4bc4ef5c
commit f313686b13
11 changed files with 118 additions and 22 deletions

View File

@@ -109,6 +109,7 @@ Rails.application.routes.draw do
namespace :settings do
resource 'registrations', only: ['show', 'update']
resource 'membership', only: ['show', 'update'], controller: 'membership'
resources 'services', param: 'service', only: ['index', 'show', 'update']
end
end