class Path < ActiveRecord::Base
  self.table_name = :Path
  self.primary_key = :PathId
end
