Rails globalize + friendly id
问题 I have a problem with globalize and friendly_id. The site has 2 languages Ru and En. Gem friendly_id, globalize and friendly_id-globalize configured and work. If I change the language from Russian to English, all is well: http://127.0.0.1:3000/ru/o-saite -> http://127.0.0.1:3000/en/about-site But when I change from English to Russian going wrong redirection: http://127.0.0.1:3000/en/about-site -> http://127.0.0.1:3000/ru/about-site page model: class Page < ActiveRecord::Base validates :title,