class Prism::Relocation::Repository

def leading_comments

self.
Configure the leading comments field for this repository and return
def leading_comments
  field(:leading_comments, LeadingCommentsField.new)
end