Method: Tolk::ApplicationHelper#format_i18n_text_area_value

Defined in:
app/helpers/tolk/application_helper.rb

#format_i18n_text_area_value(value) ⇒ Object



7
8
9
# File 'app/helpers/tolk/application_helper.rb', line 7

def format_i18n_text_area_value(value)
  yaml_value(value)
end