]> git.openstreetmap.org Git - rails.git/blob - app/models/way_tag.rb
Lots of documentation updates, plus split out potlatch libraries in to lib
[rails.git] / app / models / way_tag.rb
1 class WayTag < ActiveRecord::Base
2   set_table_name 'current_way_tags'
3
4   # false multipart key
5   set_primary_keys :id, :k, :v
6
7   belongs_to :way, :foreign_key => 'id'
8 end