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