Skip to content

Instantly share code, notes, and snippets.

@rgould
Created May 2, 2012 01:48
Show Gist options
  • Save rgould/2572982 to your computer and use it in GitHub Desktop.
Save rgould/2572982 to your computer and use it in GitHub Desktop.
Making Rails consantize "API" properly
ActiveSupport::Inflector.inflections do |inflect|
acronym 'API'
acronym 'APIs'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment