class ArSync::CollectionField

Public Instance Methods

path(child) click to toggle source
# File lib/ar_sync/field.rb, line 93
def path(child)
  [child.id]
end