add the model

This commit is contained in:
Steve Coast 2006-11-17 18:47:37 +00:00
parent d7be818949
commit 5f2116df78
2 changed files with 13 additions and 0 deletions

2
app/models/map.rb Normal file
View file

@ -0,0 +1,2 @@
class Map < ActiveRecord::Base
end