Module: Qbrick::Translatable

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

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

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

Class Method Details

.included(base) ⇒ Object



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

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