mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-20 21:59:38 +02:00
8 lines
103 B
Ruby
8 lines
103 B
Ruby
|
class Settings::PreferencesController < ApplicationController
|
||
|
def edit
|
||
|
end
|
||
|
|
||
|
def update
|
||
|
end
|
||
|
end
|