mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add controller for Problems with index and show actions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Rails.application.routes.draw do
|
||||
resources :problems, only: [:index, :show]
|
||||
resources :translations
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
|
||||
Reference in New Issue
Block a user