localyzed 0.0.2.9 → 0.0.3.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
module LocalizedController
|
2
2
|
def self.included(base)
|
3
|
-
base.send :before_filter :set_locale
|
3
|
+
base.send :before_filter, :set_locale
|
4
4
|
# redirects_to localized path if path not loaclized and request not ajax or api
|
5
5
|
base.send :before_filter, :redirect_to_localized_path_if
|
6
6
|
end
|
data/lib/localyzed/version.rb
CHANGED