Skip to content

Instantly share code, notes, and snippets.

@cassioscabral
Created May 3, 2013 16:17
Show Gist options
  • Save cassioscabral/5510578 to your computer and use it in GitHub Desktop.
Save cassioscabral/5510578 to your computer and use it in GitHub Desktop.
Simple example of inflections on Rails
ActiveSupport::Inflector.inflections do |inflect|
inflect.irregular 'noticia', 'noticias'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment