]> git.openstreetmap.org Git - rails.git/blob - app/models/changeset_tag.rb
Fixing boo-boo in r11802 - but you can assign integers to booleans on all dbs
[rails.git] / app / models / changeset_tag.rb
1 class ChangesetTag < ActiveRecord::Base
2
3   belongs_to :changeset, :foreign_key => 'id'
4
5 end