Added user authentication and 401 page

refs #16
This commit is contained in:
2012-04-26 10:22:47 -04:00
parent d7419530dd
commit 6bbf73a85a
3 changed files with 33 additions and 4 deletions

View File

@@ -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