Module: Kuhsaft::Translatable

Extended by:
Translatable
Includes:
ClassMethods
Included in:
Page, Translatable
Defined in:
lib/kuhsaft/translatable.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

#define_localized_attr_finder, #define_localized_attr_getter, #define_localized_attr_predicate_method, #define_localized_attr_setter, #locale_attr, #locale_for_attr_name, #translate

Class Method Details

.included(base) ⇒ Object



3
4
5
# File 'lib/kuhsaft/translatable.rb', line 3

def self.included(base)
  base.extend ClassMethods
end