# File lib/joiner/path.rb, line 16
  def model
    path.empty? ? base : reflections.last.try(:klass)
  end