mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Move translation viewing to admin namespace
This commit is contained in:
3
app/controllers/admin_controller.rb
Normal file
3
app/controllers/admin_controller.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class AdminController < ApplicationController
|
||||
before_action :authenticate_admin!
|
||||
end
|
||||
Reference in New Issue
Block a user