Closed kukareka closed 9 years ago
String#snakecase in Wasabi converts CamelCase strings to snake_case, but does not convert strings like "This week" to "this_week". It overwrites and breaks String#snakecase in Fat Free CRM (https://github.com/fatfreecrm/fat_free_crm/blob/master/lib/fat_free_crm/core_ext/string.rb).
+1
Closed by https://github.com/savonrb/wasabi/commit/c1933e9b5f7fe5d8854df82ce023c3195ef8aa71
String#snakecase in Wasabi converts CamelCase strings to snake_case, but does not convert strings like "This week" to "this_week". It overwrites and breaks String#snakecase in Fat Free CRM (https://github.com/fatfreecrm/fat_free_crm/blob/master/lib/fat_free_crm/core_ext/string.rb).