Method: Translatable.list

Defined in:
lib/translatable.rb

.listObject

Hash of models that are translatable (values are the attrs)



36
37
38
# File 'lib/translatable.rb', line 36

def list
  @@translatable ||= Hash.new
end