mirror of
https://github.com/go-gitnub/gitnub.git
synced 2025-05-22 18:11:01 +00:00
11 lines
338 B
Ruby
11 lines
338 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
# Add new inflection rules using the following format. Inflections
|
|
# are locale specific, and you may define rules for as many different
|
|
# locales as you wish.
|
|
ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
inflect.acronym 'GitNub'
|
|
end
|