From 4aba14f3c9ecfb19eb8d69cbfef8f1c86372f43e Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Tue, 19 Jun 2012 11:11:18 -0300 Subject: [PATCH] Make documentation slightly clearer. --- lib/friendly_id/globalize.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/friendly_id/globalize.rb b/lib/friendly_id/globalize.rb index 02591c045..af043ccc5 100644 --- a/lib/friendly_id/globalize.rb +++ b/lib/friendly_id/globalize.rb @@ -13,8 +13,8 @@ module is most suitable for applications that need to be localized to many languages, you may wish to consider the {FriendlyId::SimpleI18n SimpleI18n} module. -In order to use this module, your model must have a slug column and set the -field +slug+ as translable with Globalize: +In order to use this module, your model's table must have a slug column, and you +must set the field +slug+ as translatable with Globalize: class Post < ActiveRecord::Base translates :title, :slug