class ActiveFedora::Associations::Builder::SingularProperty

def self.macro

def self.macro
  :singular_rdf
end

def initialize(model, name, options)

def initialize(model, name, options)
  super
  @name = :"#{name}_id"
end