Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source
Show
Ignore:
Timestamp:
03/26/08 12:27:52 (6 months ago)
Author:
pratik
Message:

Improve documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/lib/active_support/inflector.rb

    r8788 r9093  
    166166  end 
    167167 
    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. 
    169169  # 
    170170  # Changes '::' to '/' to convert namespaces to paths.