ladies and gentlemen, we got him

This commit is contained in:
Andrew Brown 2023-02-25 16:26:51 -08:00
parent d19d353a98
commit daff385de5

View File

@ -1,5 +1,5 @@
class BasilController < ApplicationController
before_action :authenticate_user!
before_action :authenticate_user!, except: [:complete_commission]
def index
@characters = @current_user_content['Character']