Added a method to delete maps

also split the maps into diffrent pages. all map pages urls are now
prefixed with .../exceptionhandler/maps...

closes #18
This commit is contained in:
2012-04-29 17:10:47 -04:00
parent 483dd95295
commit cbb37e750b
6 changed files with 47 additions and 35 deletions

View File

@@ -62,8 +62,4 @@ class Map < ActiveRecord::Base
map.map = sha1.hexdigest
map.save
end
def getMap()
end
end