mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-28 09:39:39 +02:00
10 lines
106 B
Ruby
10 lines
106 B
Ruby
class AccountsController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
def new
|
|
end
|
|
|
|
def show
|
|
end
|
|
end
|