@@ -16,13 +16,14 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# This controller class will handler incomming http requests containing new exception reports.
|
||||
# When a new exception report is recieved, it will be compared to existing bug issues.
|
||||
# If there is a match, the existing issue will be updated
|
||||
# if not a new bug issue will be generated.
|
||||
# This controller class will handle map management
|
||||
class MapsController < ApplicationController
|
||||
unloadable
|
||||
|
||||
include AuthHelper
|
||||
|
||||
before_filter :require_user
|
||||
|
||||
def index
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user