]> git.openstreetmap.org Git - rails.git/blob - app/models/tracetag.rb
Set a transitionEffect of resize on the OSM layers, ready for OL 2.6.
[rails.git] / app / models / tracetag.rb
1 class Tracetag < ActiveRecord::Base
2   set_table_name 'gpx_file_tags'
3
4   validates_format_of :tag, :with => /^[^\/;.,?]*$/
5
6   belongs_to :trace, :foreign_key => 'gpx_id'
7 end