-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f52a99
commit 6e8a31d
Showing
5 changed files
with
5 additions
and
66 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
# 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. All of these examples are active by default: | ||
# ActiveSupport::Inflector.inflections(:en) do |inflect| | ||
# inflect.plural /^(ox)$/i, '\1en' | ||
# inflect.singular /^(ox)en/i, '\1' | ||
# inflect.irregular 'person', 'people' | ||
# inflect.uncountable %w( fish sheep ) | ||
# end | ||
|
||
# These inflection rules are supported but not enabled by default: | ||
# ActiveSupport::Inflector.inflections(:en) do |inflect| | ||
# inflect.acronym 'RESTful' | ||
# end | ||
ActiveSupport::Inflector.inflections do |inflect| | ||
inflect.acronym 'IIIF' | ||
inflect.acronym 'URI' | ||
end |
This file was deleted.
Oops, something went wrong.