Clean I18n codebase

This commit is contained in:
Angel Perez
2018-07-20 15:06:18 -04:00
parent 6d6dc32c38
commit 26965b43ee
6 changed files with 22 additions and 19 deletions

View File

@@ -1,8 +1,7 @@
require 'action_view/helpers/tag_helper'
require 'i18n/exceptions'
require 'action_view/helpers/tag_helper'
module ActionView
# = Action View Translation Helpers
module Helpers
module TranslationHelper
include TagHelper
@@ -19,7 +18,6 @@ module ActionView
end
translate(key, options)
end
end
end
end