Friday, September 20, 2024 12:11:00 AM
> settings

Customize


Authenticate

> authenticated_controller.rb
# frozen_string_literal: true

class AuthenticatedController < ApplicationController
  include Exceptions

  before_action :authenticate_user!
  after_action :verify_authorized, if: -> { Rails.env.development? }
end
All opinions represented herein are my own
- © 2024 itsthedevman
- build 3c15a1b