Method: Kadmin::Select2#transform_request

Defined in:
app/components/kadmin/select2.rb

#transform_requestString (readonly)

Returns name of callback to a globally-accessible function that can transform the request.

Returns:

  • (String)

    name of callback to a globally-accessible function that can transform the request



37
38
39
# File 'app/components/kadmin/select2.rb', line 37

def transform_request
  @transform_request
end