Files
maybe/app/controllers/accounts_controller.rb
Josh Pigford 99de24ac70 Initial commit
2024-02-02 09:05:04 -06:00

11 lines
106 B
Ruby

class AccountsController < ApplicationController
def index
end
def new
end
def show
end
end