gitnub/config/initializers/inflections.rb
2021-09-22 12:35:54 -04:00

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