Remove unused settings temporarily (#1136)

This commit is contained in:
Zach Gollwitzer
2024-08-27 17:10:31 -04:00
committed by GitHub
parent 38c2b4670c
commit c05ee9b572
25 changed files with 84 additions and 207 deletions

View File

@@ -1,7 +0,0 @@
class Settings::BillingsController < SettingsController
def edit
end
def update
end
end