mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 06:09:38 +02:00
* Add new settings routes and controllers * Add new settings view, restructure controllers and routes * Fix lint errors
7 lines
103 B
Ruby
7 lines
103 B
Ruby
class Settings::PreferencesController < ApplicationController
|
|
def edit
|
|
end
|
|
|
|
def update
|
|
end
|
|
end
|