global

def reflection_options

def reflection_options
  @reflection_options ||= reflection.options.select { |k, _| REFLECTION_OPTIONS.include?(k) }
end