1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Add problem count changing to the admin dashboard

This commit is contained in:
2015-09-09 17:40:15 +02:00
parent ae9315a623
commit 95b84f003c
5 changed files with 33 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ Rails.application.routes.draw do
namespace :admin do
get '', to: 'dashboard#index', as: '/'
post '/update_problem_count', to: 'dashboard#update_problem_count'
resources :translations, only: [:index, :show]
end