mirror of
https://github.com/we-promise/sure.git
synced 2026-06-09 12:49:01 +00:00
11 lines
106 B
Ruby
11 lines
106 B
Ruby
class AccountsController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
def new
|
|
end
|
|
|
|
def show
|
|
end
|
|
end
|