Sha256: 765982119719fe9651d66301a77ea5e4a9d8c671226fe3817e34744ad1dac551
Contents?: true
Size: 635 Bytes
Versions: 17
Compression:
Stored size: 635 Bytes
Contents
CamelToUnderscore = { 'Product' => 'product', 'SpecialGuest' => 'special_guest', 'ApplicationController' => 'application_controller', 'Area51Controller' => 'area51_controller' } UnderscoreToLowerCamel = { 'product' => 'product', 'special_guest' => 'specialGuest', 'application_controller' => 'applicationController', 'area51_controller' => 'area51Controller' } UnderscoresToDashes = { 'street' => 'street', 'street_address' => 'street-address', 'person_street_address' => 'person-street-address' }
Version data entries
17 entries across 17 versions & 1 rubygems