mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Remove edit, update, destroy actions for translations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Rails.application.routes.draw do
|
||||
resources :problems, only: [:index, :show]
|
||||
resources :translations
|
||||
resources :translations, only: [:index, :show, :new, :create]
|
||||
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
# See how all your routes lay out with "rake routes".
|
||||
|
||||
Reference in New Issue
Block a user