mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-26 18:18:51 +01:00
Add Admin class
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Rails.application.routes.draw do
|
||||
devise_for :admins, skip: :registrations
|
||||
resources :problems, only: [:index, :show] do
|
||||
resources :translations, only: [:new, :create]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user