diff --git a/README.md b/README.md index c5103d3..bdb42eb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can easily set the locale used for i18n in a before-filter: ```ruby class SomeController < ApplicationController - before_filter :set_locale + before_action :set_locale private def set_locale