Uploaded image for project: 'Mongoid'
  1. Mongoid
  2. MONGOID-4183

How to retrieve field types

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 12_01_17
    • Affects Version/s: 5.0.0
    • Component/s: None
    • Labels:
    • Environment:
      all

      I know how to get field names defined in document model.
      document.attribute_names.each do |attr_name|

      What I can not find out is how do I get field types. I could probably read first document and use document.field_name.class, but this doesn't help with fields with nil value.

      Can you advice me how to get field types and default value definitions.

      Thank you
      Damjan Rems

            Assignee:
            Unassigned Unassigned
            Reporter:
            d_rems@yahoo.com Damjan Rems
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: