Upgraded to rails 3.2.8

This commit is contained in:
benni 2012-09-30 21:38:52 +02:00
parent 29a6cd8b62
commit 0a1c326f14
8 changed files with 92 additions and 63 deletions

View file

@ -8,3 +8,9 @@
# inflect.irregular 'person', 'people'
# inflect.uncountable %w( fish sheep )
# end
#
# These inflection rules are supported but not enabled by default:
# ActiveSupport::Inflector.inflections do |inflect|
# inflect.acronym 'RESTful'
# end