Use similar comment style

This commit is contained in:
David Heinemeier Hansson 2013-01-07 10:13:47 +01:00
parent f5da2e82c2
commit e63e280bed
2 changed files with 2 additions and 2 deletions

@ -9,7 +9,7 @@
# 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'

@ -1,5 +1,5 @@
# Be sure to restart your server when you modify this file.
#
# This file contains settings for ActionController::ParamsWrapper which
# is enabled by default.