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