We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Replace all occurances of Folio::Node (and Folio::Category, Folio::NodeTranslation) with Folio::Page.
Folio::Node
Folio::Category
Folio::NodeTranslation
Folio::Page
If not using ancestry, use
scope '/:locale', locale: /en/ do resources :pages, only: [:show], path: '' end