1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Centralize auth (#598)

This commit is contained in:
Zach Gollwitzer 2024-04-03 10:35:55 -04:00 committed by GitHub
parent b3c48d13e7
commit 0a0289846e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 13 additions and 14 deletions

View file

@ -1,6 +1,5 @@
class AccountsController < ApplicationController
include Filterable
before_action :authenticate_user!
before_action :set_account, only: %i[ show update destroy sync ]
def new