add a map (api) controller

This commit is contained in:
Steve Coast 2006-11-17 18:45:46 +00:00
parent 791814d74e
commit d7be818949
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
class MapController < ApplicationController
end

View file

@ -0,0 +1,2 @@
module MapHelper
end