# File lib/friendly_id/simple_i18n.rb, line 82 def set_friendly_id(text, locale = nil) I18n.with_locale(locale || I18n.locale) do set_slug(normalize_friendly_id(text)) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.