Module: Implementation (I18n::Backend::ActiveRecord)

Overview
Module Structure
Class Hierarchy
Instance Methods
Implementation#available_locales
Implementation#store_translations / 3
Implementation#lookup / 4
Implementation#expand_keys / 1
is a submodule of
class: ActiveRecord ( I18n::Backend )
includes
  Base ( I18n::Backend )
  Flatten ( I18n::Backend )
has properties
method: available_locales   
method: store_translations / 3   
method: lookup / 4   
method: expand_keys / 1   
is defined at
#11 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: I18n
  module: Backend
  class: ActiveRecord
module: Implementation     
  module: Base
  module: Flatten

Class Hierarchy

Instance Methods

Implementation#available_locales

#14 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record.rb

available_locales

Implementation#store_translations / 3

#22 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record.rb

store_translations ( locale ,
  data ,
  options = {} )

Implementation#lookup / 4

#32 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record.rb

lookup ( locale ,
  key ,
  scope = [] ,
  options = {} )

Implementation#expand_keys / 1

#51 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record.rb

expand_keys ( key )