DEBSOURCES
Skip Quicknav
sources / ruby-derailed-benchmarks / 1.7.0-2 / test / rails_app / app / controllers / authenticated_controller.rb
12345678
# frozen_string_literal: true class AuthenticatedController < ApplicationController before_action :authenticate_user! def index end end