ActsAsPage¶ ↑
This gem is a mix with globalize3, friendly_id. To use it, you must to ‘acts_as_page` in a model like here :
class Page < ActiveRecord::Base acts_as_page end
For more information, you can go here github.com/svenfuchs/globalize3 or here : github.com/norman/friendly_id.