class ReactOnRails::Locales::ToJson

Private Instance Methods

file_format() click to toggle source
# File lib/react_on_rails/locales/to_json.rb, line 10
def file_format
  "json"
end
template_default() click to toggle source
# File lib/react_on_rails/locales/to_json.rb, line 18
def template_default
  @defaults
end
template_translations() click to toggle source
# File lib/react_on_rails/locales/to_json.rb, line 14
def template_translations
  @translations
end