los posts solo tienen lang
fixes #1551 fixes #1550 fixes #1549 fixes #1548
This commit is contained in:
parent
404436e294
commit
c1d6316462
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class PostsController < ApplicationController
|
||||||
# TODO: Notificar si se pudo o no
|
# TODO: Notificar si se pudo o no
|
||||||
service.destroy
|
service.destroy
|
||||||
site.touch
|
site.touch
|
||||||
redirect_to site_posts_path(site, locale: post.locale.value)
|
redirect_to site_posts_path(site, locale: post.lang.value)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Reordenar los artículos
|
# Reordenar los artículos
|
||||||
|
|
Loading…
Reference in a new issue