Module: MagicLocaleHelper
- Defined in:
- lib/magic_locales/magic_locale_helper.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
51 52 53 54 |
# File 'lib/magic_locales/magic_locale_helper.rb', line 51 def self.included(receiver) receiver.send :include, InstanceMethods receiver.send :helper_method, :get_user_language, :system_locales, :get_system_locales end |