Fix lints
This commit is contained in:
parent
d42f1ba0c5
commit
c464e80e45
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Admin::DashboardController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
|
||||
|
|
Loading…
Reference in New Issue