Changeset 9093 for trunk/activesupport/lib/active_support/inflector.rb
- Timestamp:
- 03/26/08 12:27:52 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/lib/active_support/inflector.rb
r8788 r9093 166 166 end 167 167 168 # The reverse of +camelize+. Makes an underscored form from the expression in the string.168 # The reverse of +camelize+. Makes an underscored, lowercase form from the expression in the string. 169 169 # 170 170 # Changes '::' to '/' to convert namespaces to paths.