module GroongaClientModel::Modelizable

Public Instance Methods

create_response(*args) click to toggle source
Calls superclass method
# File lib/groonga_client_model/modelizable.rb, line 19
def create_response(*args)
  response = super
  response.extend(Modelize)
  response.model_class = model_class
  response
end