dont patch over existing string method
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class String
|
||||
def camelize
|
||||
def camelise
|
||||
self.split("_").collect{|str| str.capitalize_first }.join
|
||||
end
|
||||
def capitalize_first
|
||||
|
Reference in New Issue
Block a user