Module: ViewComponentContrib::TranslationHelper
- Included in:
- Base
- Defined in:
- lib/view_component_contrib/translation_helper.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- DEFAULT_NAMESPACE =
"view_components"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/view_component_contrib/translation_helper.rb', line 7 def self.included(base) base.extend ClassMethods end |