mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-20 05:39:39 +02:00
8 lines
105 B
Ruby
8 lines
105 B
Ruby
|
class Settings::NotificationsController < ApplicationController
|
||
|
def edit
|
||
|
end
|
||
|
|
||
|
def update
|
||
|
end
|
||
|
end
|