1 # == Schema Information
 
   3 # Table name: current_way_nodes
 
   5 #  way_id      :bigint           not null, primary key
 
   6 #  node_id     :bigint           not null
 
   7 #  sequence_id :bigint           not null, primary key
 
  11 #  current_way_nodes_node_idx  (node_id)
 
  15 #  current_way_nodes_id_fkey       (way_id => current_ways.id)
 
  16 #  current_way_nodes_node_id_fkey  (node_id => current_nodes.id)
 
  19 class WayNode < ApplicationRecord
 
  20   self.table_name = "current_way_nodes"