module I18nAdmin::Export

Public Class Methods

for(format) click to toggle source
# File lib/i18n_admin/export.rb, line 7
def self.for(format)
  types[format]
end
types() click to toggle source
# File lib/i18n_admin/export.rb, line 3
def self.types
  @types ||= {}
end