Skip to content

Commit

Permalink
Missing ActiveSupport require for calling String#first
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 13, 2014
1 parent e9ce987 commit 1a299b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionview/lib/action_view/helpers/translation_helper.rb
@@ -1,4 +1,5 @@
require 'action_view/helpers/tag_helper' require 'action_view/helpers/tag_helper'
require 'active_support/core_ext/string/access'
require 'i18n/exceptions' require 'i18n/exceptions'


module ActionView module ActionView
Expand Down

0 comments on commit 1a299b6

Please sign in to comment.