CamelToUnderscore = { "Product" => "product", "SpecialGuest" => "special_guest", "ApplicationController" => "application_controller", "Area51Controller" => "area51_controller" } UnderscoreToLowerCamel = { "product" => "product", "special_guest" => "specialGuest", "application_controller" => "applicationController", "area51_controller" => "area51Controller" }