camdub/Internships

View on GitHub
app/controllers/map_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class MapController < ApplicationController
  # GET /map
  def index
    respond_to do |format|
      format.html # index.html.erb
    end
  end
end