annotate .svn/pristine/71/71a3fd6764dd58793b16c5a6e5745dac290e1aec.svn-base @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 # Be sure to restart your server when you modify this file.
Chris@909 2
Chris@909 3 # Add new inflection rules using the following format
Chris@909 4 # (all these examples are active by default):
Chris@909 5 # ActiveSupport::Inflector.inflections do |inflect|
Chris@909 6 # inflect.plural /^(ox)$/i, '\1en'
Chris@909 7 # inflect.singular /^(ox)en/i, '\1'
Chris@909 8 # inflect.irregular 'person', 'people'
Chris@909 9 # inflect.uncountable %w( fish sheep )
Chris@909 10 # end