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