class Dato::Local::FieldType::Link

Public Class Methods

parse(value, repo) click to toggle source
# File lib/dato/local/field_type/link.rb, line 7
def self.parse(value, repo)
  value && repo.find(value)
end