main
# frozen_string_literal: true class ApplicationController < ActionController::Base before_action :authenticate_user! end