module JsonbAccessor::Macro::ClassMethods
def _create_jsonb_scopes(jsonb_attribute, fields_map, jsonb_attribute_scope_name)
def _create_jsonb_scopes(jsonb_attribute, fields_map, jsonb_attribute_scope_name) __create_jsonb_standard_scopes(fields_map, jsonb_attribute_scope_name) __create_jsonb_typed_scopes(jsonb_attribute, fields_map) end