From 657e4c2c67b65387b953e8b9e593747821d5de26 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Wed, 20 Mar 2013 16:41:41 +0000 Subject: [PATCH] Require login for layers controller --- app/controllers/layers_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/layers_controller.rb b/app/controllers/layers_controller.rb index b69537d..167b0ae 100644 --- a/app/controllers/layers_controller.rb +++ b/app/controllers/layers_controller.rb @@ -1,4 +1,6 @@ class LayersController < ApplicationController + before_filter :require_login + # GET /layers # GET /layers.json def index