Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / lib / action_controller / translation.rb
diff --git a/vendor/rails/actionpack/lib/action_controller/translation.rb b/vendor/rails/actionpack/lib/action_controller/translation.rb
deleted file mode 100644 (file)
index 9bb63cd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-module ActionController
-  module Translation
-    def translate(*args)
-      I18n.translate *args
-    end
-    alias :t :translate
-
-    def localize(*args)
-      I18n.localize *args
-    end
-    alias :l :localize
-  end
-end
\ No newline at end of file