Show
Ignore:
Timestamp:
02/13/06 12:15:03 (6 years ago)
Author:
john
Message:

fixed a bunch of helpers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/inflector.php

    r117 r131  
    5353                '/men$/' => 'man', 
    5454                '/(.+)status$/' => '\1status', 
     55                '/(.+)statuses$/' => '\1status', 
    5556                '/children$/' => 'child', 
    5657                '/news$/' => 'news',