class Agave::Local::FieldType::Link
Public Class Methods
parse(value, repo)
click to toggle source
# File lib/agave/local/field_type/link.rb, line 6 def self.parse(value, repo) value && repo.find(value) end
# File lib/agave/local/field_type/link.rb, line 6 def self.parse(value, repo) value && repo.find(value) end