mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:41:41 +00:00
soportar más idiomas
This commit is contained in:
parent
36cf199548
commit
b54a8280a5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Rails.application.routes.draw do
|
|||
|
||||
# Gestionar artículos según idioma
|
||||
nested do
|
||||
scope '/(:locale)', constraint: /[a-z]{2}/ do
|
||||
scope '/(:locale)', constraint: /[a-z]{2}(-[A-Z]{2})?/ do
|
||||
post :'posts/reorder', to: 'posts#reorder'
|
||||
resources :posts do
|
||||
get 'p/:page', action: :index, on: :collection
|
||||
|
|
Loading…
Reference in a new issue