]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/way_tag.rb
make amf_controller use rails objects, and stuff, in the getway method. You need...
[rails.git] / app / models / way_tag.rb
index 5ce7c8fbc4758081282bf9a5098c99a784fb6ec7..101085f129a4e0989f7623b55d68c7456bfba86b 100644 (file)
@@ -2,5 +2,4 @@ class WayTag < ActiveRecord::Base
   set_table_name 'current_way_tags'
 
   belongs_to :way, :foreign_key => 'id'
-
 end