Module: HasManyTranslations::Options
- Defined in:
- lib/has_many_translations/options.rb
Overview
Provides has_translations
options conversion and cleanup.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
6 7 8 9 10 |
# File 'lib/has_many_translations/options.rb', line 6 def self.included(base) # :nodoc: base.class_eval do extend ClassMethods end end |