Normalize localizations, add stub for admin/accounts
This commit is contained in:
parent
4a2347da41
commit
356d3874eb
9 changed files with 56 additions and 4 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue