Skip to content
Snippets Groups Projects
Unverified Commit 7439a9b8 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

global: add more active_support includes.

parent f5bd2ee0
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ require "active_support/core_ext/string/inflections"
require "active_support/core_ext/array/conversions"
require "active_support/core_ext/hash/deep_merge"
require "active_support/core_ext/file/atomic"
require "active_support/core_ext/enumerable"
require "active_support/core_ext/string/exclude"
I18n.backend.available_locales # Initialize locales so they can be overwritten.
I18n.backend.store_translations :en, support: { array: { last_word_connector: " and " } }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment