# File lib/ancestry/instance_methods.rb, line 113 def parent if parent_id.blank? then nil else self.base_class.find(parent_id) end end