From 9740a59aee7409168da249affa960d83ba74ce35 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Sun, 27 Aug 2017 09:12:19 +0900 Subject: Fix broken doc layout for action_view [ci skip] --- actionview/lib/action_view/helpers/translation_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/helpers/translation_helper.rb') diff --git a/actionview/lib/action_view/helpers/translation_helper.rb b/actionview/lib/action_view/helpers/translation_helper.rb index 75c1161de1..e663892592 100644 --- a/actionview/lib/action_view/helpers/translation_helper.rb +++ b/actionview/lib/action_view/helpers/translation_helper.rb @@ -6,7 +6,7 @@ require "i18n/exceptions" module ActionView # = Action View Translation Helpers - module Helpers + module Helpers #:nodoc: module TranslationHelper extend ActiveSupport::Concern -- cgit v1.2.3