README.rdoc in common_view_helpers-0.3.1 vs README.rdoc in common_view_helpers-0.3.2

- old
+ new

@@ -42,9 +42,12 @@ urlify(address) # Breaks up a BigNum, FixNum or Float with commas # e.g., 532566 => 532,566 and 79593255.66 => 79,593,255.66 commify(num) + + # Converts a camelized string into snakecase (eg, SomeClass -> some_class) + snakeify(string) == Copyright & Licensing Copyright (c) 2010 {Gemini SBS}[http://geminisbs.com], released under the MIT license \ No newline at end of file