Normalize localizations, add stub for admin/accounts
This commit is contained in:
13
app/controllers/admin/accounts_controller.rb
Normal file
13
app/controllers/admin/accounts_controller.rb
Normal file
@ -0,0 +1,13 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Admin::AccountsController < ApplicationController
|
||||
before_action :require_admin!
|
||||
|
||||
layout 'public'
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
def show
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user