Skip to content

Commit

Permalink
Make documentation slightly clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Jun 19, 2012
1 parent 7ddf7ae commit 4aba14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/friendly_id/globalize.rb
Expand Up @@ -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
Expand Down

0 comments on commit 4aba14f

Please sign in to comment.