mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 16:46:42 +01:00
3 lines
86 B
Ruby
3 lines
86 B
Ruby
class AdminController < ApplicationController
|
|
before_action :authenticate_admin!
|
|
end |