module CreateCamelizedDocumentationClass
Private Instance Methods
create_documentation_class()
click to toggle source
Calls superclass method
# File lib/introspective_grape/camel_snake.rb, line 23 def create_documentation_class doc = super doc.class_eval do doc.singleton_class.send(:prepend, ParseParamsWithCamelized) end doc end