class RESTFrameworkCustomGeneratorControllerNamespace
Some projects don't have the inflection “REST” as an acronym, so this is a helper class to prevent this generator from being namespaced under `r_e_s_t_framework`. :nocov:
Public Instance Methods
camelize()
click to toggle source
# File lib/rest_framework/generators/controller_generator.rb, line 8 def camelize return "RESTFramework" end