Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated cache.rb doc as was suggesting calling protected method #include
  • Loading branch information
Henry committed Jul 10, 2012
1 parent 1f3b5d2 commit 924098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/backend/cache.rb
Expand Up @@ -4,7 +4,7 @@
# To enable caching you can simply include the Cache module to the Simple
# backend - or whatever other backend you are using:
#
# I18n::Backend::Simple.include(I18n::Backend::Cache)
# I18n::Backend::Simple.send(:include, I18n::Backend::Cache)
#
# You will also need to set a cache store implementation that you want to use:
#
Expand Down

0 comments on commit 924098c

Please sign in to comment.